fix(db): wrong relation and bad where condition
This commit is contained in:
parent
01bafe9bf1
commit
61c7bf4567
6 changed files with 26 additions and 19 deletions
|
@ -9,5 +9,6 @@ COPY . .
|
|||
RUN go mod tidy && go build -o app .
|
||||
|
||||
ENV TOKEN=""
|
||||
ENV TZ="Europe/Paris"
|
||||
|
||||
CMD ./app -token $TOKEN
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue