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
|
if (isCreation) return
|
||||||
|
|
||||||
setTriggersLoading(true)
|
setTriggersLoading(true)
|
||||||
await createWatchlistTrigger(watchList!.token, { // FIXME this 500s
|
await createWatchlistTrigger(watchList!.token, {
|
||||||
watchList: watchList!['@id'],
|
watchList: watchList!['@id'],
|
||||||
event,
|
event,
|
||||||
action: 'email',
|
action: 'email',
|
||||||
|
|||||||
Reference in New Issue
Block a user