Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chamini2 committed Nov 14, 2024
1 parent 8a9f545 commit ee7271d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libs/client/src/cdn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { dispatchRequest } from "./request";
import { StorageClient } from "./storage";
import { isPlainObject } from "./utils";

type AuthTokenRequest = {};
type AuthTokenRequest = object;

/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
Expand Down
2 changes: 1 addition & 1 deletion libs/client/src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export interface FalClient {
*/
export function createFalClient(
userConfig: Config = {},
useCDN: boolean = false,
useCDN = false,
): FalClient {
const config = createConfig(userConfig);
const storage = useCDN
Expand Down

0 comments on commit ee7271d

Please sign in to comment.