mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-29 12:10:24 +00:00
chore: fix pre commit format and pipeline issue (#1144)
This commit is contained in:
parent
2256497dff
commit
893f51fc82
970 changed files with 11235 additions and 9533 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue