Skip to content

Commit cddc326

Browse files
Run yarn:format
1 parent b482664 commit cddc326

File tree

1 file changed

+3
-1
lines changed
  • packages/remote-config/src

1 file changed

+3
-1
lines changed

packages/remote-config/src/api.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ export async function fetchConfig(remoteConfig: RemoteConfig): Promise<void> {
121121

122122
const customSignals = rc._storageCache.getCustomSignals();
123123
if (customSignals) {
124-
rc._logger.debug(`Fetching config with custom signals: ${JSON.stringify(customSignals)}`);
124+
rc._logger.debug(
125+
`Fetching config with custom signals: ${JSON.stringify(customSignals)}`
126+
);
125127
}
126128
// Catches *all* errors thrown by client so status can be set consistently.
127129
try {

0 commit comments

Comments
 (0)