mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 00:26:01 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -13,9 +13,7 @@ export class DeserializeJsonValuesPlugin implements KyselyPlugin {
|
||||
transformQuery(args: PluginTransformQueryArgs): RootOperationNode {
|
||||
return args.node;
|
||||
}
|
||||
transformResult(
|
||||
args: PluginTransformResultArgs
|
||||
): Promise<QueryResult<UnknownRow>> {
|
||||
transformResult(args: PluginTransformResultArgs): Promise<QueryResult<UnknownRow>> {
|
||||
return Promise.resolve({
|
||||
...args.result,
|
||||
rows: args.result.rows.map((row: KeyValueObject) => {
|
||||
|
||||
Reference in New Issue
Block a user