Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Calder authored and dcousens committed Mar 19, 2023
1 parent 05391c3 commit feefd6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/auth/keystone.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { config } from '@keystone-6/core';
import { createAuth } from '@keystone-6/auth';
import { fixPrismaPath } from '../example-utils';
import { statelessSessions } from '@keystone-6/auth/session';
import { fixPrismaPath } from '../example-utils';
import { lists } from './schema';

// WARNING: this example is for demonstration purposes only
Expand Down
2 changes: 1 addition & 1 deletion examples/usecase-ecommerce/keystone.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createAuth } from '@keystone-6/auth';
import { config } from '@keystone-6/core';
import { fixPrismaPath } from '../example-utils';
import { statelessSessions } from '@keystone-6/auth/session';
import { fixPrismaPath } from '../example-utils';
import { permissionsList } from './schemas/fields';
import { Role } from './schemas/Role';
import { OrderItem } from './schemas/OrderItem';
Expand Down

0 comments on commit feefd6c

Please sign in to comment.