Skip to content

Commit 3cf7266

Browse files
refactor: hide duplicate translations warning (calcom#25472)
* refactor: hide duplicate translations warning * Apply suggestion from @keithwillcode --------- Co-authored-by: Keith Williams <keithwillcode@gmail.com>
1 parent 86b9aa5 commit 3cf7266

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/web/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ const informAboutDuplicateTranslations = () => {
108108
}
109109
};
110110

111-
informAboutDuplicateTranslations();
111+
112112
const plugins = [];
113113
if (process.env.ANALYZE === "true") {
114114
// only load dependency if env `ANALYZE` was set

0 commit comments

Comments
 (0)