Skip to content

Commit 58967ae

Browse files
authored
chore: add "discord" tag when creating PB notes
* chore: add "discord" tag when creating PB notes * chore: format and lint
1 parent 867f60c commit 58967ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/commands/product/notes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export default {
3939
user: { external_id: `discord:${interaction.targetMessage.author.id}` },
4040

4141
source: { origin: "discord", record_id: interaction.targetId },
42+
tags: ["discord"],
4243
});
4344

4445
const replyComponents = [];

0 commit comments

Comments
 (0)