Skip to content

Commit

Permalink
chore: Disable Bulk
Browse files Browse the repository at this point in the history
  • Loading branch information
storm1729 committed Jan 2, 2024
1 parent acc3eb1 commit 5786e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ export function formatDate(d: string | Date, locale?: string): string {
});
}

export const ENABLE_BULK: boolean = true;
export const ENABLE_BULK: boolean = false;

1 comment on commit 5786e81

@vercel
Copy link

@vercel vercel bot commented on 5786e81 Jan 2, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.