Skip to content

Commit 5bb90c9

Browse files
committed
fix: logging services
1 parent b169c7d commit 5bb90c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmd/migrate.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export const unparsePaths = (path: string, values: Record<string, any>): Array<s
385385

386386
function isArray(paths: string[], values: Record<string, any>): string[] {
387387
console.info('PATHS:', paths)
388-
console.info('VALUES: ', values)
388+
console.info('VALUES: ', values.teamConfig.demo.services)
389389
const transformedPaths: string[] = []
390390

391391
paths.forEach((path) => {

0 commit comments

Comments
 (0)