mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-12-26 15:42:27 -05:00
accounts.go: Remove extraneous lines
This commit is contained in:
parent
3367106e41
commit
a68e05ce62
@ -164,9 +164,6 @@ func AccountHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
log.Print(err)
|
log.Print(err)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
WriteError(w, 999 /*Internal Error*/)
|
|
||||||
log.Print(err)
|
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
WriteSuccess(w)
|
WriteSuccess(w)
|
||||||
|
Loading…
Reference in New Issue
Block a user