Skip to content

Commit

Permalink
fix(server): fix build error in policy service (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow authored Dec 23, 2022
1 parent 0d1d090 commit 88ae17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/database/policy.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class PolicyService {
},
},
})
await this.unpublish(res)
await this.unpublish(appid, name)
return res
}

Expand Down

0 comments on commit 88ae17d

Please sign in to comment.