Skip to content

Commit

Permalink
Remove dead function
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro committed Jan 8, 2024
1 parent 8af79b8 commit 5492d52
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/datastore/__tests__/helpers/fakes/graphqlService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,10 +490,6 @@ export class FakeGraphQLService {
return merged;
}

private canOccMerge(existing, updated) {
return;
}

private occMerge(selection, existing, updated) {
let errors: any[] = [];
let merged: any = null;
Expand Down

0 comments on commit 5492d52

Please sign in to comment.