Skip to content

Commit

Permalink
chore(remix): Update return type comment
Browse files Browse the repository at this point in the history
  • Loading branch information
octoper committed Nov 15, 2023
1 parent 92d2f8e commit af58073
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/remix/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af58073

Please sign in to comment.