build fix
This commit is contained in:
@@ -43,7 +43,7 @@ const fetchProfile = async () => {
|
||||
);
|
||||
};
|
||||
const activateTrial = async () => Promise.resolve();
|
||||
const buySubscription = async (plan: string) => Promise.resolve();
|
||||
const buySubscription = async (plan: string) => Promise.resolve(plan);
|
||||
|
||||
const DICT = {
|
||||
en: {
|
||||
|
||||
Reference in New Issue
Block a user