We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46a50b commit a271e7cCopy full SHA for a271e7c
app/services/cli.cr
@@ -41,7 +41,6 @@ module App::Services::Cli
41
admin_api_key = ENV["ADMIN_API_KEY"]?
42
43
if admin_name && admin_api_key
44
- # Query to check if admin user already exists
45
query = App::Lib::Database::Query.where(name: admin_name, api_key: admin_api_key).limit(1)
46
existing_user = App::Lib::Database.all(App::Models::User, query).first?
47
shard.yml
@@ -1,5 +1,5 @@
1
name: bit
2
-version: 1.2.1
+version: 1.4.0
3
4
authors:
5
- Juan Rodriguez <[email protected]>
0 commit comments