Skip to content

Commit 7e82750

Browse files
committed
fix: apply code review suggestions
1 parent e1b5b7c commit 7e82750

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/dev-env-sync-sql.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export class DevEnvSyncSQLCommand {
208208
const primaryDomain = primaryUrl ? new URL( primaryUrl ).hostname : '';
209209
debug(
210210
'Network sites: %j, primary URL: %s, primary domain: %s',
211-
networkSites,
211+
networkSites.map( site => ( { blogId: site?.blogId, homeUrl: site?.homeUrl } ) ),
212212
primaryUrl,
213213
primaryDomain
214214
);

0 commit comments

Comments
 (0)