logs: better error handling
This commit is contained in:
@@ -2,6 +2,6 @@ export type Note = {
|
||||
did: string;
|
||||
rkey: string;
|
||||
title: string;
|
||||
publishedAt: Date;
|
||||
createdAt: Date;
|
||||
publishedAt: string;
|
||||
createdAt: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user