We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fae5b commit b924b29Copy full SHA for b924b29
packages/queue/src/index.ts
@@ -3,7 +3,7 @@ import { simpleUid } from '@windingtree/contracts';
3
import { Storage } from '@windingtree/sdk-storage';
4
import { backoffWithJitter } from '@windingtree/sdk-utils';
5
import { createLogger } from '@windingtree/sdk-logger';
6
-import { serialize } from "superjson";
+import { serialize } from 'superjson';
7
8
const logger = createLogger('Queue');
9
0 commit comments