wip sessionService
This commit is contained in:
parent
49c3e970cb
commit
e85fae2f99
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class SessionServiceProvider {
|
|||
throw Error('Public key is not signed up.');
|
||||
}
|
||||
|
||||
return models.SessionRelatedToPublickey.create({
|
||||
return this.models.SessionRelatedToPublickey.create({
|
||||
uuid: uuid.v7(),
|
||||
session_uuid: sessionUuid,
|
||||
public_key: publicKey,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue