Skip to content

Commit 7c39743

Browse files
committed
update example project
1 parent d200096 commit 7c39743

File tree

3 files changed

+77
-35
lines changed

3 files changed

+77
-35
lines changed

example/package-lock.json

Lines changed: 76 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"koa-compress": "^5.1.0",
1919
"koa-json": "^2.0.2",
2020
"koa-router": "^10.1.1",
21-
"kysely": "0.8.1",
21+
"kysely": "0.10.0",
2222
"pg": "^8.7.1"
2323
},
2424
"devDependencies": {

example/src/user/sign-in-method/sign-in-method.service.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
import * as crypto from 'crypto'
22
import { Transaction } from 'kysely'
3-
import { AuthToken } from '../../authentication/auth-token'
43
import { authTokenService } from '../../authentication/auth-token.service'
5-
import { RefreshToken } from '../../authentication/refresh-token'
64
import { Database } from '../../database'
75
import { UserNotFoundError } from '../../util/errors'
86
import { SignedInUser } from '../signed-in-user'
9-
import { User } from '../user'
107
import { userService } from '../user.service'
118
import { PasswordSignInMethod } from './sign-in-method'
129
import { signInMethodRepository } from './sign-in-method.repository'

0 commit comments

Comments
 (0)