fix: lint

This commit is contained in:
DarkSky
2024-08-26 17:36:56 +08:00
parent 6d5185f4f1
commit a778481ce0

View File

@@ -115,7 +115,7 @@ export class PgWorkspaceDocStorageAdapter extends DocStorageAdapter {
return rows.map(row => ({
bin: row.blob,
timestamp: row.createdAt.getTime(),
editor: row.createdBy,
editor: row.createdBy || undefined,
}));
}