mirror of
https://github.com/papra-hq/papra.git
synced 2026-01-06 00:50:41 -06:00
refactor(upgrade-dialog): disable global reduction (#719)
This commit is contained in:
committed by
GitHub
parent
8d70a7b3c3
commit
16e33b827c
@@ -11,9 +11,8 @@ import { getCheckoutUrl } from '../subscriptions.services';
|
||||
|
||||
// Hardcoded global reduction configuration, will be replaced by a dynamic configuration later
|
||||
const globalReduction = {
|
||||
enabled: true,
|
||||
multiplier: 0.5,
|
||||
// 31 december 2025 23h59 Paris time
|
||||
enabled: false,
|
||||
multiplier: 1,
|
||||
untilDate: new Date('2025-12-31T22:59:59Z'),
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user