chore: remove outdated fixme

This commit is contained in:
Vincent
2025-05-30 13:58:30 +02:00
parent aa8d94811a
commit b8855ced84

View File

@@ -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',