Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
IntergrationProject
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mateusz Tomasz Kaczmarek
IntergrationProject
Commits
7ad62660
Commit
7ad62660
authored
8 months ago
by
Snorre Hareide Hansen
Browse files
Options
Downloads
Patches
Plain Diff
removed extra parameter
parent
d4347f0c
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
Project/Firebase/firestoreMock.go
+1
-1
1 addition, 1 deletion
Project/Firebase/firestoreMock.go
Project/__debug_bin3499033887
+0
-0
0 additions, 0 deletions
Project/__debug_bin3499033887
with
1 addition
and
1 deletion
Project/Firebase/firestoreMock.go
+
1
−
1
View file @
7ad62660
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Project/__debug_bin3499033887
deleted
100755 → 0
+
0
−
0
View file @
d4347f0c
File deleted
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment