Skip to content

Commit 2d899f0

Browse files
authored
Merge pull request #428 from HRTK92/next
Make pictureUrl and statusMessage optional
2 parents 8d5c15d + 40e47c1 commit 2d899f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export interface MiddlewareConfig extends Config {
1717
export type Profile = {
1818
displayName: string;
1919
userId: string;
20-
pictureUrl: string;
21-
statusMessage: string;
20+
pictureUrl?: string;
21+
statusMessage?: string;
2222
language?: string;
2323
};
2424

0 commit comments

Comments
 (0)