style(hooks): add blank line between interpolateEnvVars and resolveHeaders

This commit is contained in:
YeonGyu-Kim
2026-02-28 12:05:08 +09:00
parent 3eb53adfc3
commit 4dae458cf7

View File

@@ -17,6 +17,7 @@ export function interpolateEnvVars(
return ""
})
}
function resolveHeaders(
hook: HookHttp
): Record<string, string> {