Skip to content

Commit 06c89ac

Browse files
committed
[DAPS-1515] Run prettier
1 parent 6d7b147 commit 06c89ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

core/database/foxx/api/repo_router.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ router
240240
};
241241

242242
// Remove undefined fields
243-
Object.keys(updateConfig).forEach(k => updateConfig[k] === undefined && delete updateConfig[k]);
243+
Object.keys(updateConfig).forEach(
244+
(k) => updateConfig[k] === undefined && delete updateConfig[k],
245+
);
244246

245247
const validationResult = validatePartialGlobusConfig(updateConfig, key);
246248
if (!validationResult.ok) {

0 commit comments

Comments
 (0)