mirror of
https://github.com/immich-app/immich.git
synced 2026-06-05 14:25:16 -04:00
chore: eslint 10 (#26490)
This commit is contained in:
@@ -59,7 +59,7 @@ export class NotificationAdminService extends BaseService {
|
||||
async getTemplate(name: EmailTemplate, customTemplate: string) {
|
||||
const { server, templates } = await this.getConfig({ withCache: false });
|
||||
|
||||
let templateResponse = '';
|
||||
let templateResponse: string;
|
||||
|
||||
switch (name) {
|
||||
case EmailTemplate.WELCOME: {
|
||||
|
||||
Reference in New Issue
Block a user