From 444e883f973547ad0f33888939b485250d93db74 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:21:19 +0000 Subject: [PATCH 1/2] chore: add "discord" tag when creating PB notes --- src/commands/product/notes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/product/notes.ts b/src/commands/product/notes.ts index fa8aaaf..12aa7d6 100644 --- a/src/commands/product/notes.ts +++ b/src/commands/product/notes.ts @@ -39,6 +39,7 @@ export default { user: { external_id: `discord:${interaction.targetMessage.author.id}` }, source: { origin: "discord", record_id: interaction.targetId }, + tags: [ "discord" ], }); const replyComponents = []; From f93366679169e316467f0de9266b4e8a2077fe46 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Thu, 13 Mar 2025 16:42:00 +0000 Subject: [PATCH 2/2] chore: format and lint --- src/commands/product/notes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/product/notes.ts b/src/commands/product/notes.ts index 12aa7d6..b1dfd9a 100644 --- a/src/commands/product/notes.ts +++ b/src/commands/product/notes.ts @@ -39,7 +39,7 @@ export default { user: { external_id: `discord:${interaction.targetMessage.author.id}` }, source: { origin: "discord", record_id: interaction.targetId }, - tags: [ "discord" ], + tags: ["discord"], }); const replyComponents = [];