mirror of
https://github.com/aljazceru/ditto.git
synced 2025-12-17 05:24:22 +01:00
Ugrade to Deno 2.0
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user