Skip to content

Commit 444e883

Browse files
committed
chore: add "discord" tag when creating PB notes
1 parent 867f60c commit 444e883

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)