We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb90430 commit 7e1b3c3Copy full SHA for 7e1b3c3
packages/service-utils/src/core/authorize/index.ts
@@ -142,7 +142,7 @@ export async function authorize(
142
status: 403,
143
errorMessage:
144
"You currently do not have access to this service. Please check if your subscription includes this service and is active.",
145
- errorCode: "SERVICE_TEMPOARILY_DISABLED",
+ errorCode: "SERVICE_TEMPORARILY_DISABLED",
146
};
147
}
148
// now we can validate the key itself
0 commit comments