Skip to content
Snippets Groups Projects
Commit 56c47043 authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Re-implement potentially missing return

parent fde5e83d
No related branches found
No related tags found
No related merge requests found
...@@ -88,6 +88,7 @@ func sessionInitialization() *id.User { ...@@ -88,6 +88,7 @@ func sessionInitialization() *id.User {
} else { } else {
//Fail if any other error is received //Fail if any other error is received
globals.Log.ERROR.Printf("Error with file path: %s\n", err1.Error()) globals.Log.ERROR.Printf("Error with file path: %s\n", err1.Error())
return id.ZeroID
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment