Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
penalosa committed Oct 3, 2024
1 parent f544b2a commit 1bc79d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/wrangler/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export function findWranglerToml(
*/
export function printBindings(
bindings: CfWorkerInit["bindings"],
creation: boolean
creation?: boolean
) {
const truncate = (item: string | Record<string, unknown>) => {
const s = typeof item === "string" ? item : JSON.stringify(item);
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler/src/deploy/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ import {
putConsumerById,
putQueue,
} from "../queues/client";
import { createR2Bucket, getR2Bucket, listR2Buckets } from "../r2/helpers";
import { createR2Bucket } from "../r2/helpers";
import { syncLegacyAssets } from "../sites";
import {
getSourceMappedString,
Expand Down

0 comments on commit 1bc79d4

Please sign in to comment.