Skip to content

Commit 1b8a6a1

Browse files
committed
style(run-ops): apply oxfmt to PostgresRunStore
1 parent 7ea1b90 commit 1b8a6a1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

internal-packages/run-store/src/PostgresRunStore.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,7 @@ const WAITPOINT_DEDICATED: DedicatedRelationSpec = {
360360

361361
// `instanceof` can't detect a foreign generation's class, so key on the runtime `name` the
362362
// Prisma runtime stamps on every generation plus a string `code` (the P-code).
363-
function isForeignPrismaKnownRequestError(
364-
error: unknown
365-
): error is {
363+
function isForeignPrismaKnownRequestError(error: unknown): error is {
366364
name: string;
367365
message: string;
368366
code: string;

0 commit comments

Comments
 (0)