1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 07:00:04 +00:00

chore: fix specs

This commit is contained in:
2023-05-10 17:02:13 +05:00
parent 3f815e9beb
commit 8cdf605006
2 changed files with 7 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ export const fetchLatestAutoExec = async (
}
export const verifyTokenInDB = async (
userId: number,
userId: string,
clientId: string,
token: string,
tokenType: 'accessToken' | 'refreshToken'