This commit is contained in:
Andrea Vos 2024-07-04 22:58:40 +02:00
parent 34f1696bb1
commit ee639965ed

View File

@ -63,9 +63,7 @@ export default Vue.extend({
if (stats && stats.overall.users >= 1_000_000 && stats.overall.users < 1_005_000) {
this.celebrate1M = true;
}
if (process.env.NODE_ENV == 'development' || process.env.NODE_ENV == 'test') {
this.celebrate1M = true;
}
this.celebrate1M = true;
await this.fireConfetti();
},
methods: {