checking past meetings and such

This commit is contained in:
Arjun Patel
2022-01-19 17:39:19 -08:00
parent e6c06d86a7
commit 3ccefa1702
3 changed files with 57 additions and 6 deletions
+4
View File
@@ -13,3 +13,7 @@ export function generateGreetings(): string {
return "Good morning";
}
export function getTime(date?: Date) {
return date != null ? date.getTime() : 0;
}