Skip to content

Commit b924b29

Browse files
committed
fix: format
1 parent 20fae5b commit b924b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/queue/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { simpleUid } from '@windingtree/contracts';
33
import { Storage } from '@windingtree/sdk-storage';
44
import { backoffWithJitter } from '@windingtree/sdk-utils';
55
import { createLogger } from '@windingtree/sdk-logger';
6-
import { serialize } from "superjson";
6+
import { serialize } from 'superjson';
77

88
const logger = createLogger('Queue');
99

0 commit comments

Comments
 (0)