mirror of
https://github.com/immich-app/immich.git
synced 2026-08-01 08:30:54 -07:00
chore(deps): update dependency eslint-plugin-unicorn to v70 - abandoned (#29684)
* chore(deps): update dependency eslint-plugin-unicorn to v70 * fix: linting --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Dietzler <mail@ddietzler.dev>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Daniel Dietzler
parent
8061a2e5ff
commit
df970da59e
@@ -14,10 +14,10 @@ function validConfig() {
|
||||
notifications: { smtp: { from: string; transport: { host: string } } };
|
||||
server: { externalDomain: string };
|
||||
};
|
||||
config.oauth.mobileRedirectUri = config.oauth.mobileRedirectUri || 'https://example.com';
|
||||
config.server.externalDomain = config.server.externalDomain || 'https://example.com';
|
||||
config.notifications.smtp.from = config.notifications.smtp.from || 'noreply@example.com';
|
||||
config.notifications.smtp.transport.host = config.notifications.smtp.transport.host || 'localhost';
|
||||
config.oauth.mobileRedirectUri ||= 'https://example.com';
|
||||
config.server.externalDomain ||= 'https://example.com';
|
||||
config.notifications.smtp.from ||= 'noreply@example.com';
|
||||
config.notifications.smtp.transport.host ||= 'localhost';
|
||||
return config;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user