Skip to content

Commit

Permalink
chore: cleanup imports
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jan 16, 2024
1 parent 340c475 commit b5c5c56
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions api/src/modules/DocumentDrive/mutations/pushUpdates.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
import { list, mutationField, nonNull } from 'nexus';
import {
InputStrandUpdate,
ListenerRevision,
UpdateStatus,
} from '../definitions';
import { OperationScope } from 'document-model/document';
import { Operation } from 'document-model/dist/browser/document';
import e from 'express';
import { InputStrandUpdate, ListenerRevision } from '../definitions';
import { Operation, OperationScope } from 'document-model/document';

export const pushUpdates = mutationField('pushUpdates', {
type: list(ListenerRevision),
Expand Down

0 comments on commit b5c5c56

Please sign in to comment.