mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
remove: type.
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user