Skip to content

Commit

Permalink
Fixes suggested by IntelliJ.
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopdave committed Sep 1, 2024
1 parent 906568c commit a854e46
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
14 changes: 0 additions & 14 deletions server/src/apikeys/apikey.ts

This file was deleted.

1 change: 0 additions & 1 deletion server/src/resolvers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import {Blog} from './blogs/blog.js';
import {User} from './users/user.js';
import {BlogQLContext} from './index.js';
import {EntryCreateInput, EntryUpdateInput} from "./entries/entrytypes";
import {GraphQLError} from "graphql/error";

const resolvers = {
Node: {
Expand Down
2 changes: 1 addition & 1 deletion server/src/tests/integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ describe('Test the GraphQL API integration', () => {

} finally {
await conn.destroy();
server.stop();
await server.stop();
}
});

Expand Down

0 comments on commit a854e46

Please sign in to comment.