diff --git a/app/services/cli.cr b/app/services/cli.cr index c45858d..0c28b5e 100644 --- a/app/services/cli.cr +++ b/app/services/cli.cr @@ -41,7 +41,6 @@ module App::Services::Cli admin_api_key = ENV["ADMIN_API_KEY"]? if admin_name && admin_api_key - # Query to check if admin user already exists query = App::Lib::Database::Query.where(name: admin_name, api_key: admin_api_key).limit(1) existing_user = App::Lib::Database.all(App::Models::User, query).first? diff --git a/shard.yml b/shard.yml index 952704c..719674e 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: bit -version: 1.2.1 +version: 1.4.0 authors: - Juan Rodriguez