Skip to content

Commit

Permalink
Merge branch 'openid' of https://github.com/lelemm/actual-server into…
Browse files Browse the repository at this point in the history
… openid
  • Loading branch information
lelemm committed Nov 21, 2024
2 parents 45fa1d5 + 557b488 commit e5d7250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.global-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const setSessionUser = (userId, token = 'valid-token') => {
throw new Error(`Session not found for token: ${token}`);
}

getAccountDb().mutate('UPDATE sessions SET user_id = ? WHERE token = ?', [
db.mutate('UPDATE sessions SET user_id = ? WHERE token = ?', [
userId,
token,
]);
Expand Down

0 comments on commit e5d7250

Please sign in to comment.