🚐 tipRegistry.ts

This commit is contained in:
nirholas
2026-03-31 10:23:54 +00:00
parent 2d3194af89
commit 724ea17e75

View File

@@ -684,3 +684,4 @@ export async function getRelevantTips(context?: TipContext): Promise<Tip[]> {
return [...filtered, ...customTips] return [...filtered, ...customTips]
} }