Skip to content

Commit

Permalink
fix identity saving
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Nov 8, 2024
1 parent bc79435 commit 2c15f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/backend/src/nest/local-db/local-db.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export class LocalDbService {

// temporarily shoving identity creation here
public async setIdentity(identity: Identity) {
await this.put(LocalDBKeys.IDENTITIES, identity)
let identities = await this.get(LocalDBKeys.IDENTITIES)
if (!identities) {
identities = {}
Expand Down

0 comments on commit 2c15f8b

Please sign in to comment.