chore: fix pre commit format and pipeline issue (#1144)

This commit is contained in:
Wendong-Fan 2026-02-04 00:06:29 +00:00 committed by GitHub
parent 2256497dff
commit 893f51fc82
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
970 changed files with 11235 additions and 9533 deletions

View file

@ -177,7 +177,7 @@ var AccessTypeWithoutProjectId = createKnownErrorConstructor(
400,
deindent`
The x-stack-access-type header was '${accessType}', but the x-stack-project-id header was not provided.
For more information, see the docs on REST API authentication: https://docs.stack-auth.com/rest-api/overview#authentication
`,
{
@ -193,7 +193,7 @@ var AccessTypeRequired = createKnownErrorConstructor(
400,
deindent`
You must specify an access level for this Stack project. Make sure project API keys are provided (eg. x-stack-publishable-client-key) and you set the x-stack-access-type header to 'client', 'server', or 'admin'.
For more information, see the docs on REST API authentication: https://docs.stack-auth.com/rest-api/overview#authentication
`
],
@ -1262,4 +1262,4 @@ export {
KnownError,
KnownErrors
};
//# sourceMappingURL=known-errors.js.map
//# sourceMappingURL=known-errors.js.map