We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d1d090 commit 88ae17dCopy full SHA for 88ae17d
server/src/database/policy.service.ts
@@ -73,7 +73,7 @@ export class PolicyService {
73
},
74
75
})
76
- await this.unpublish(res)
+ await this.unpublish(appid, name)
77
return res
78
}
79
0 commit comments