mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 18:15:02 +00:00
oops
This commit is contained in:
parent
0f0f47a390
commit
25573b10d7
1 changed files with 4 additions and 0 deletions
|
@ -120,4 +120,8 @@ export const AvailableTriggers = t.type({
|
||||||
|
|
||||||
thread_create: ThreadCreateTrigger.configType,
|
thread_create: ThreadCreateTrigger.configType,
|
||||||
thread_delete: ThreadDeleteTrigger.configType,
|
thread_delete: ThreadDeleteTrigger.configType,
|
||||||
|
thread_archive: ThreadArchiveTrigger.configType,
|
||||||
|
thread_unarchive: ThreadUnarchiveTrigger.configType,
|
||||||
|
thread_lock: ThreadLockTrigger.configType,
|
||||||
|
thread_unlock: ThreadUnlockTrigger.configType,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue