Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 10d8f65

Browse files
committed
refactor: reuse existing function
1 parent 828e5bf commit 10d8f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/node/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ export default ${serializePaginations(ctx.serializedPaginations, [
252252
},
253253
{
254254
name: `${PREFIX}/services.js`,
255-
content: `export default ${JSON.stringify(services, null, 2)}`,
255+
content: `export default ${mapToString(services)}`,
256256
},
257257
];
258258
},

0 commit comments

Comments
 (0)