Skip to content

Commit dad169b

Browse files
committed
Lint
1 parent facda2d commit dad169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/test/lib/transports/offline.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ describe('makeOfflineTransport', () => {
364364
shouldStore: () => {
365365
queuedCount += 1;
366366
return true;
367-
}
367+
},
368368
});
369369
const result = transport.send(ERROR_ENVELOPE);
370370

0 commit comments

Comments
 (0)