Skip to content

Commit

Permalink
update StatisticalByCache
Browse files Browse the repository at this point in the history
  • Loading branch information
aichy126 committed Feb 21, 2023
1 parent c41de78 commit 383cc10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/dashboard/dashboard_service.go
Expand Up @@ -89,6 +89,7 @@ func (ds *DashboardService) StatisticalByCache(ctx context.Context) (*schema.Das
}
startTime := time.Now().Unix() - schema.AppStartTime.Unix()
dashboardInfo.AppStartTime = fmt.Sprintf("%d", startTime)
dashboardInfo.VersionInfo.Version = constant.Version
return dashboardInfo, nil
}

Expand Down

0 comments on commit 383cc10

Please sign in to comment.