Skip to content

Commit b475edd

Browse files
ci: apply automated fixes
1 parent e232ab3 commit b475edd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/offline-transactions/src/outbox/TransactionSerializer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,9 @@ import type {
77
import type { Collection, PendingMutation } from '@tanstack/db'
88

99
export class TransactionSerializer {
10-
1110
private collections: Record<string, Collection<any, any, any, any, any>>
1211
private collectionIdToKey: Map<string, string>
1312

14-
1513
constructor(
1614
collections: Record<string, Collection<any, any, any, any, any>>,
1715
) {

0 commit comments

Comments
 (0)