Skip to content

Commit

Permalink
fix missing require
Browse files Browse the repository at this point in the history
  • Loading branch information
lbguilherme committed Mar 8, 2020
1 parent d9482f4 commit 0df1577
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/reql/jobs/job_manager.cr
@@ -1,3 +1,5 @@
require "./job"

class ReQL::JobManager
getter jobs = Hash(UUID, Job).new
getter lock = Mutex.new
Expand Down

0 comments on commit 0df1577

Please sign in to comment.