Skip to content

Commit

Permalink
dropped status kit from the activation check
Browse files Browse the repository at this point in the history
  • Loading branch information
abeikverdi committed Nov 1, 2021
1 parent cf6ef6f commit 2990a99
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions server/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,12 @@ const checkStatus = () => {
secrets = status.secrets;
configuration.kit = status.kit;
return all([
checkActivation( // added kit
checkActivation(
status.name,
status.url,
status.activation_code,
status.kit_version,
status.constants,
status.kit
status.constants
),
Tier.findAll(),
status.dataValues
Expand Down

0 comments on commit 2990a99

Please sign in to comment.