feat: polish

This commit is contained in:
2024-01-17 09:30:32 +07:00
parent c29b4e173e
commit a20f5ca15d
14 changed files with 50 additions and 543 deletions

View File

@@ -253,7 +253,7 @@ export class Ark {
}
}
return await this.ndk.fetchEvent(id);
return await this.ndk.fetchEvent(eventId);
} catch {
throw new Error("event not found");
}