Fix prettier formatting
This commit is contained in:
@@ -66,12 +66,9 @@ export class DatabaseKeyStore implements KeyStore {
|
||||
return {
|
||||
items: rows.map(row => ({
|
||||
key: JSON.parse(row.key),
|
||||
createdAt: DateTime.fromSQL(
|
||||
(row.created_at as unknown) as string,
|
||||
{
|
||||
zone: 'UTC',
|
||||
},
|
||||
),
|
||||
createdAt: DateTime.fromSQL((row.created_at as unknown) as string, {
|
||||
zone: 'UTC',
|
||||
}),
|
||||
})),
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user