7 lines
221 B
JavaScript
7 lines
221 B
JavaScript
// PromotionManager - DEPRECATED (removed in monetization-lite)
|
|
// This file is intentionally empty. The promotion system has been removed.
|
|
class PromotionManager {
|
|
constructor() {}
|
|
}
|
|
module.exports = PromotionManager;
|