chore: Run pnpm format:fix.
This commit is contained in:
@@ -16,7 +16,11 @@ function normalizeBaseUrl(value: string | undefined): string {
|
||||
return withProtocol.endsWith("/v1") ? withProtocol : `${withProtocol.replace(/\/+$/, "")}/v1`;
|
||||
}
|
||||
|
||||
function buildModelDefinition(params: { id: string; name: string; input: Array<"text" | "image"> }) {
|
||||
function buildModelDefinition(params: {
|
||||
id: string;
|
||||
name: string;
|
||||
input: Array<"text" | "image">;
|
||||
}) {
|
||||
return {
|
||||
id: params.id,
|
||||
name: params.name,
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"id": "qwen-portal-auth",
|
||||
"providers": [
|
||||
"qwen-portal"
|
||||
],
|
||||
"providers": ["qwen-portal"],
|
||||
"configSchema": {
|
||||
"type": "object",
|
||||
"additionalProperties": false,
|
||||
|
||||
Reference in New Issue
Block a user