mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-25 14:28:51 +08:00
fix: lint
This commit is contained in:
@@ -115,7 +115,7 @@ export class PgWorkspaceDocStorageAdapter extends DocStorageAdapter {
|
|||||||
return rows.map(row => ({
|
return rows.map(row => ({
|
||||||
bin: row.blob,
|
bin: row.blob,
|
||||||
timestamp: row.createdAt.getTime(),
|
timestamp: row.createdAt.getTime(),
|
||||||
editor: row.createdBy,
|
editor: row.createdBy || undefined,
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user