From af580733472504289ddd47335693665f2e6ae602 Mon Sep 17 00:00:00 2001 From: Vaggelis Yfantis Date: Wed, 15 Nov 2023 11:38:05 +0200 Subject: [PATCH] chore(remix): Update return type comment --- packages/remix/src/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/remix/src/utils.ts b/packages/remix/src/utils.ts index e503a4b0dff..ebefdbe2fa7 100644 --- a/packages/remix/src/utils.ts +++ b/packages/remix/src/utils.ts @@ -29,7 +29,7 @@ export function assertValidClerkState(val: any): asserts val is ClerkState | und * Utility function to get env variables across Node and Edge runtimes. * * @param name - * @returns string + * @returns string|undefined */ export const getEnvVariable = (name: string, context: AppLoadContext | undefined): string | undefined => { // Node envs