fix: feedback resolved

This commit is contained in:
mirarifhasan
2024-05-27 19:19:27 +06:00
parent ab87a7a16b
commit da2ec5a46d
7 changed files with 22 additions and 21 deletions

View File

@@ -372,7 +372,7 @@ export class InfraResolver {
description: 'Enable or Disable SMTP for sending emails',
})
@UseGuards(GqlAuthGuard, GqlAdminGuard)
async enableAndDisableSMTP(
async toggleSMTP(
@Args({
name: 'status',
type: () => ServiceStatus,