Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro committed Jan 4, 2024
1 parent 5d59946 commit 105fe37
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ export class FakeGraphQLService {
this.log('API Response', { data, errors });

const response = {
data: data,
data,
errors,
extensions: {},
};
Expand Down
2 changes: 0 additions & 2 deletions packages/datastore/__tests__/helpers/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -491,8 +491,6 @@ export async function waitForExpectModelUpdateGraphqlEventCount({
let lastObservedSubscriptionCount: number | undefined = undefined;
let lastObservedUpdateErrorCount: number | undefined = undefined;

expectedUpdateSubscriptionMessageCount ??= expectedUpdateCallCount;

/**
* Due to the addition of artificial latencies, the service may not be
* done, so we retry:
Expand Down

0 comments on commit 105fe37

Please sign in to comment.