Browse Source

[poller] Add missing use.

Innokentiy Enikeev 6 years ago
parent
commit
d50d74adfc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      poller.lisp

+ 1 - 1
poller.lisp

@@ -1,6 +1,6 @@
 (in-package :cl-user)
 (defpackage chatikbot.poller
-  (:use :cl :chatikbot.utils :chatikbot.secrets)
+  (:use :cl :chatikbot.db :chatikbot.utils :chatikbot.secrets)
   (:export :*poller-token*
            :*poller-module*
            :rest-parameters