mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-29 16:15:04 +00:00
chore: remove outdated fixme
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user