check booking

This commit is contained in:
mr
2024-08-08 09:45:33 +02:00
parent 0ec80473cc
commit 9c903907cd
2 changed files with 72 additions and 40 deletions

View File

@@ -72,7 +72,6 @@ func (wfa *workflowExecutionMongoAccessor) Search(filters *dbs.Filters, search s
wfa.Logger.Error().Msg("Could not store to db. Error: " + err.Error())
return nil, code, err
}
var results []WorkflowExecution
if err = res_mongo.All(mongo.MngoCtx, &results); err != nil {
return nil, 404, err