CodeReviewerAi / CodeReviewerBackend

Enter a function into the userInput and see if you should merge the function or not.
1 stars 0 forks source link

Avoid that it creates a new collection every time we restart the script #17

Closed johan-t closed 11 months ago

johan-t commented 11 months ago

Currently when we have docker running and we rerun the script it fails with an error since it tries to create a collection in the db that we already have. We need to fix this