not a proper type ref o nworkspace

This commit is contained in:
mr 2024-07-26 08:58:59 +02:00
parent 1ca983db36
commit 5ad4d523ab

View File

@ -27,7 +27,7 @@ func (d *Workspace) GetName() string {
func (d *Workspace) GetAccessor() utils.Accessor {
data := &WorkspaceMongoAccessor{}
data.SetLogger(utils.WORKFLOW)
data.SetLogger(utils.WORKSPACE)
return data
}