From b8855ced847b2639f46920ccc0499ec244328031 Mon Sep 17 00:00:00 2001 From: Vincent Date: Fri, 30 May 2025 13:58:30 +0200 Subject: [PATCH] chore: remove outdated fixme --- assets/components/tracking/watchlist/WatchlistForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/components/tracking/watchlist/WatchlistForm.tsx b/assets/components/tracking/watchlist/WatchlistForm.tsx index 15feb51..afdf1ba 100644 --- a/assets/components/tracking/watchlist/WatchlistForm.tsx +++ b/assets/components/tracking/watchlist/WatchlistForm.tsx @@ -67,7 +67,7 @@ export function WatchlistForm({form, connectors, onFinish, isCreation, watchList if (isCreation) return setTriggersLoading(true) - await createWatchlistTrigger(watchList!.token, { // FIXME this 500s + await createWatchlistTrigger(watchList!.token, { watchList: watchList!['@id'], event, action: 'email',