diff --git a/back/services/notify.ts b/back/services/notify.ts index 0b639194..2f8eaf99 100644 --- a/back/services/notify.ts +++ b/back/services/notify.ts @@ -161,7 +161,7 @@ export default class NotificationService { this.title, )}/${encodeURIComponent( this.content, - )}?icon=${barkIcon}?sound=${barkSound}&group=${barkGroup}`; + )}?icon=${barkIcon}&sound=${barkSound}&group=${barkGroup}`; const res: any = await got .get(url, { ...this.gotOption,