mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-04-28 19:50:34 +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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue