switch time to 24 hour checkins

This commit is contained in:
afeiszli
2022-01-21 14:16:28 -05:00
parent 2f12ded906
commit 351a2ac5a8
2 changed files with 3 additions and 3 deletions

View File

@@ -194,7 +194,7 @@ func FetchRecords(tableName string) (map[string]string, error) {
return getCurrentDB()[FETCH_ALL].(func(string) (map[string]string, error))(tableName)
}
// FetchRecords - fetches all records in given table
// InitializeUUID - create a UUID record for server if none exists
func InitializeUUID() error {
records, err := FetchRecords(SERVER_UUID_TABLE_NAME)
if err != nil {