Skip to content

Commit

Permalink
fix merge conflict inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Nov 25, 2024
1 parent 490c0cf commit c54f47b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/backend/src/nest/auth/sigchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { RoleService } from './services/roles/role.service'
import { ChannelService } from './services/roles/channel.service'
import { DeviceService } from './services/members/device.service'
import { InviteService } from './services/invites/invite.service'
import { DMService } from './services/dm/dm.service'
import { CryptoService } from './services/crypto/crypto.service'
import { RoleName } from './services/roles/roles'
import { createLogger } from '../common/logger'
Expand Down Expand Up @@ -86,7 +85,6 @@ class SigChain {
this._crypto = CryptoService.init(this)
}

// TODO: persist to storage
public save(): Uint8Array {
return this.team.save() // this doesn't actually do anything but create the new state to save
}
Expand Down

0 comments on commit c54f47b

Please sign in to comment.