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

@ -202,7 +202,7 @@ var AccessTypeWithoutProjectId = createKnownErrorConstructor(
400,
import_strings.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
`,
{
@ -218,7 +218,7 @@ var AccessTypeRequired = createKnownErrorConstructor(
400,
import_strings.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
`
],
@ -1288,4 +1288,4 @@ for (const [_, KnownError2] of Object.entries(KnownErrors)) {
KnownError,
KnownErrors
});
//# sourceMappingURL=known-errors.js.map
//# sourceMappingURL=known-errors.js.map