Commit 369b856
fix: update load_by_glob call in jobs.rb to use QBot::Database
After moving load_by_glob to QBot::Database module, jobs.rb was still
calling it as a top-level method, causing NoMethodError at startup.
Update the call to QBot::Database.load_by_glob('jobs', '*.rb').
Co-authored-by: anna328p <9790772+anna328p@users.noreply.github.com>1 parent 8f925ce commit 369b856
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
0 commit comments