Skip to content

Commit

Permalink
fix(Everything): Tidied-up
Browse files Browse the repository at this point in the history
  • Loading branch information
tabbott36 committed Jul 19, 2024
1 parent 15d36f1 commit 81d3d26
Show file tree
Hide file tree
Showing 8 changed files with 72 additions and 794 deletions.
6 changes: 1 addition & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,4 @@ services:
ports:
- "27017:27017"
volumes:
- ./frbvoe-data:/data/db

# install:
# image: python:3.8
# command: ["poetry install"]
- ./frbvoe-data:/data/db
2 changes: 1 addition & 1 deletion frbvoe/models/voe.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ async def compile(request: Request):
"""
await request.receive_body()
voe = request.json
return VOEvent(**voe)
return VOEvent(**voe)
Loading

0 comments on commit 81d3d26

Please sign in to comment.