Skip to content

Commit

Permalink
good rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch committed Oct 25, 2024
1 parent bc7c1b2 commit e269cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/loot-core/src/server/server-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export function getServer(url?: string): ServerConfig | null {
} catch (error) {
console.warn(
'Unable to parse server URL - using the global config.',
{ config },
error,
config,
);
return config;
}
Expand Down

0 comments on commit e269cc4

Please sign in to comment.