Skip to content

Commit 7e1b3c3

Browse files
authored
Update index.ts
1 parent bb90430 commit 7e1b3c3

File tree

1 file changed

+1
-1
lines changed
  • packages/service-utils/src/core/authorize

1 file changed

+1
-1
lines changed

packages/service-utils/src/core/authorize/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ export async function authorize(
142142
status: 403,
143143
errorMessage:
144144
"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",
145+
errorCode: "SERVICE_TEMPORARILY_DISABLED",
146146
};
147147
}
148148
// now we can validate the key itself

0 commit comments

Comments
 (0)