Skip to content

Commit f2d62cd

Browse files
committed
Allow undefined for siteName
1 parent 37a76ed commit f2d62cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/Videomail.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface Videomail {
5555
whitelistKey: string;
5656

5757
// Never stored, for snapshots only and retrieved via whitelist key
58-
siteName?: string;
58+
siteName?: string | undefined;
5959

6060
url: string;
6161
userKey?: string;

0 commit comments

Comments
 (0)