chore: fix typo (#5450)

This commit is contained in:
Alex Yang
2025-10-21 01:23:10 -07:00
committed by GitHub
parent f3a13eaf11
commit b347dfbedd

View File

@@ -33,7 +33,7 @@ export async function getCurrentAuthContext(): Promise<AuthEndpointContext> {
const context = als.getStore();
if (!context) {
throw new Error(
"No auth context found. Please make sure you are calling this function within a `getCurrentAuthContext` callback.",
"No auth context found. Please make sure you are calling this function within a `runWithEndpointContext` callback.",
);
}
return context;