fix: merge conflicts with develop

This commit is contained in:
olivermrbl
2022-11-22 13:39:27 +01:00
26 changed files with 105 additions and 58 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ export async function request(method, url, opts = {}) {
}
if (opts.clientSession) {
if (opts.clientSession.jwt) {
opts.clientSession.jwt = jwt.sign(
opts.clientSession.jwt_store = jwt.sign(
opts.clientSession.jwt,
config.projectConfig.jwt_secret,
{