diff --git a/src/constants.ts b/src/constants.ts index 60b20038..87d706bc 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,4 +1,4 @@ -export class Constants { +export class Constants { public static readonly INVALID_MESSAGE_STRING: string = "Invalid Message"; public static readonly ERROR_STRING: string = "There was an error in your request";