Skip to content

Commit

Permalink
Merge pull request #43 from hood-chat/permissions
Browse files Browse the repository at this point in the history
remove debug line
  • Loading branch information
farhoud authored Jan 16, 2023
2 parents 9fad68b + 3f89983 commit a289d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/Permissions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export const PermissionsModel = types
const status = yield api.beeCore.permissions.status()
console.log("load called ", status)
self.autostart = !!status.autostart
self.isAsked = false
self.isAsked = !!status.isAsked
self.powersave = !!status.powersave
self.supported = !!status.supported
self.optimization = !!status.optimization
Expand Down

0 comments on commit a289d0b

Please sign in to comment.