Skip to content

Commit

Permalink
chore: made linter happy
Browse files Browse the repository at this point in the history
  • Loading branch information
naqvis committed May 21, 2024
1 parent fa2f671 commit 07b700f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions spec/api/status_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ module PlaceOS::Core::Api

status = Status::Statistics.from_json(response.body)

status.compiled_drivers.should_not be_empty

status.run_count.local.modules.should eq 0
status.run_count.local.drivers.should eq 0
status.run_count.edge.should be_empty
Expand Down
2 changes: 1 addition & 1 deletion src/placeos-core/module_manager.cr
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ module PlaceOS::Core
promise.get
rescue error
fail_count += 1
Log.error(exception: error) { {message: "cluster rebalance: module load timeout", module_id: mod.id, name: mod.name, custom_name: mod.custom_name} }
Log.error(exception: error) { {message: "cluster rebalance: module load timeout", module_id: mod_id, name: mod.name, custom_name: mod.custom_name} }
end
end
waiting.clear
Expand Down

0 comments on commit 07b700f

Please sign in to comment.