Skip to content

Commit 88ae17d

Browse files
authored
fix(server): fix build error in policy service (#575)
1 parent 0d1d090 commit 88ae17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/database/policy.service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export class PolicyService {
7373
},
7474
},
7575
})
76-
await this.unpublish(res)
76+
await this.unpublish(appid, name)
7777
return res
7878
}
7979

0 commit comments

Comments
 (0)