This commit is contained in:
2024-10-15 22:23:09 +02:00
parent 6cf141bfd9
commit 403ded509a
2 changed files with 24 additions and 27 deletions

View File

@@ -194,4 +194,4 @@ func (fs *FileSystem) getGitRepo(userID, workspaceID int) (*gitutils.GitRepo, bo
}
repo, ok := userRepos[workspaceID]
return repo, ok
}
}