Commit 5e61c159 authored by Max Alekseenko's avatar Max Alekseenko

fix envs-validator

parent bb0c4993
...@@ -70,6 +70,7 @@ const marketplaceAppSchema: yup.ObjectSchema<MarketplaceAppOverview> = yup ...@@ -70,6 +70,7 @@ const marketplaceAppSchema: yup.ObjectSchema<MarketplaceAppOverview> = yup
twitter: yup.string().test(urlTest), twitter: yup.string().test(urlTest),
telegram: yup.string().test(urlTest), telegram: yup.string().test(urlTest),
github: yup.string().test(urlTest), github: yup.string().test(urlTest),
internalWallet: yup.boolean(),
}); });
const marketplaceSchema = yup const marketplaceSchema = yup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment