From 72792f083fa6747cf907e5850145320488ca2aa2 Mon Sep 17 00:00:00 2001 From: Behzad Rabiei <53224485+Behzad-rabiei@users.noreply.github.com> Date: Tue, 14 May 2024 15:37:04 +0400 Subject: [PATCH] fix typo --- src/config/enums.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/enums.ts b/src/config/enums.ts index 4759f6a..27f9167 100644 --- a/src/config/enums.ts +++ b/src/config/enums.ts @@ -11,7 +11,7 @@ export enum ModuleNames { Hivemind = 'hivemind', } -export enum HivemindPlatforNames { +export enum HivemindPlatformNames { Discord = 'discord', Google = 'google', GitHub = 'github',