mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +08:00
format code
This commit is contained in:
+1
-1
@@ -164,7 +164,7 @@ func (a *UsersApi) UserUpdateProfileHandler(c *core.Context) (interface{}, *errs
|
|||||||
userNew.FirstDayOfWeek = *userUpdateReq.FirstDayOfWeek
|
userNew.FirstDayOfWeek = *userUpdateReq.FirstDayOfWeek
|
||||||
anythingUpdate = true
|
anythingUpdate = true
|
||||||
} else {
|
} else {
|
||||||
userNew.FirstDayOfWeek = models.WEEKDAY_INVALID;
|
userNew.FirstDayOfWeek = models.WEEKDAY_INVALID
|
||||||
}
|
}
|
||||||
|
|
||||||
if !anythingUpdate {
|
if !anythingUpdate {
|
||||||
|
|||||||
@@ -18,6 +18,7 @@ var (
|
|||||||
BuildUnixTime string
|
BuildUnixTime string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// GetFullVersion returns the full version
|
||||||
func GetFullVersion() string {
|
func GetFullVersion() string {
|
||||||
fullVersion := "Local Build"
|
fullVersion := "Local Build"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user