mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-15 20:12:18 +01:00
🐛 Fix integrations bug when not present in config
This commit is contained in:
@@ -57,7 +57,7 @@ export const systemRouter = createTRPCRouter({
|
||||
message: 'Invalid password',
|
||||
});
|
||||
}
|
||||
return config.integrations;
|
||||
return config.integrations ?? {};
|
||||
}),
|
||||
|
||||
testIntegration: publicProcedure
|
||||
|
||||
Reference in New Issue
Block a user