remove: type.

This commit is contained in:
Darshan
2025-02-22 11:35:17 +05:30
parent 5dad220022
commit 86f140c1bf
2 changed files with 2 additions and 2 deletions
@@ -86,7 +86,7 @@
[PlatformType.Flutterwindows]: 'Package Name'
};
async function beforeSubmit(): Promise<boolean> {
async function beforeSubmit() {
error = null;
// double-check the hostname value.
@@ -14,7 +14,7 @@
const projectId = $page.params.project;
const suggestions = ['*.vercel.app', '*.netlify.app', '*.gitpod.io'];
async function beforeSubmit(): Promise<boolean> {
async function beforeSubmit() {
error = null;
// double-check the hostname value.