Ugrade to Deno 2.0

This commit is contained in:
Alex Gleason
2024-09-22 17:35:04 -05:00
parent cccb3ad8d7
commit cd66234af7
6 changed files with 12 additions and 137 deletions

View File

@@ -102,7 +102,7 @@ async function exportEvents(args: ExportFilter) {
let filter: NostrFilter = {};
try {
filter = buildFilter(args);
} catch (e) {
} catch (e: any) {
die(1, e.message || e.toString());
}