mirror of
https://github.com/xCyanGrizzly/DragonsStash.git
synced 2026-05-11 06:11:15 +00:00
fix: add tags to new_package payload type assertion in bot
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -177,6 +177,7 @@ async function handleNewPackage(payload: string): Promise<void> {
|
|||||||
packageId: string;
|
packageId: string;
|
||||||
fileName: string;
|
fileName: string;
|
||||||
creator: string | null;
|
creator: string | null;
|
||||||
|
tags?: string[];
|
||||||
};
|
};
|
||||||
|
|
||||||
const subs = await findMatchingSubscriptions(data.fileName, data.creator);
|
const subs = await findMatchingSubscriptions(data.fileName, data.creator);
|
||||||
|
|||||||
Reference in New Issue
Block a user