Fix destination collection

This commit is contained in:
Fred Boniface 2023-07-28 21:19:38 +01:00
parent 4dd161d0de
commit b42b353c4f
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ import (
"go.mongodb.org/mongo-driver/mongo/options"
)
const timetableCollection string = "timetable_test"
const timetableCollection string = "timetable"
const databaseName string = "owlboard"
func init() {