Skip to content
Snippets Groups Projects
Commit 7ad62660 authored by Snorre Hareide Hansen's avatar Snorre Hareide Hansen
Browse files

removed extra parameter

parent d4347f0c
Branches game-forum
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ func InitializeMockEnvironment() {
// Returns the collection or subcollection, and a document id if it leads to a document
func (db MockFS) checkForSubcollectionDoc(path string) (map[string]interface{}, string, error) {
collection, id, subCollection, subId, _, err := SplitPath(path)
collection, id, subCollection, subId, err := SplitPath(path)
if err != nil {
return nil, "", err
......
File deleted
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment