mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
fix error
This commit is contained in:
@@ -78,7 +78,7 @@ App::init(function ($utopia, $request, $response, $console, $project, $consoleDB
|
||||
]);
|
||||
}
|
||||
|
||||
$checkedDomains[$domain] = true;
|
||||
$checkedDomains[$domain->get()] = true;
|
||||
|
||||
}
|
||||
Console::info('adding ' . $domain->get() . ' to list of domains already checked');
|
||||
|
||||
Reference in New Issue
Block a user