fix: #147 notifier now shows previous input value

This commit is contained in:
Matt Kilgore
2024-10-04 13:49:36 -04:00
parent 865661097c
commit a3d5485c1d
7 changed files with 19 additions and 2 deletions

View File

@@ -323,6 +323,8 @@ export interface NotifierOut {
isActive: boolean;
name: string;
updatedAt: Date | string;
/** URL field is not exposed to the client */
url: string;
userId: string;
}