Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Feb 28, 2024
1 parent 81ebe1d commit dfe415c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/client/class/draft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export class DraftSession extends EventEmitter <{
}

get is_approved () {
if (!this.is_member) return false
const mship = this.membership.data
const sig = this.approvals.find(e => {
return e.slice(0, 64) === mship.pub
Expand Down

0 comments on commit dfe415c

Please sign in to comment.