Formatted code

This commit is contained in:
KD
2025-03-07 22:21:28 -05:00
parent 51acb0d978
commit f7720f151b

View File

@@ -1,8 +1,7 @@
package models package models
type AccessLevel struct { type AccessLevel struct {
Id int `json:"id"` Id int `json:"id"`
Level string `json:"level"` Level string `json:"level"`
SongId int `json:"song_id"` SongId int `json:"song_id"`
} }