mirror of
https://github.com/Wei-Shaw/sub2api.git
synced 2026-04-30 23:11:47 +00:00
feat: add account notes field
This commit is contained in:
@@ -106,6 +106,7 @@ func AccountFromServiceShallow(a *service.Account) *Account {
|
||||
return &Account{
|
||||
ID: a.ID,
|
||||
Name: a.Name,
|
||||
Notes: a.Notes,
|
||||
Platform: a.Platform,
|
||||
Type: a.Type,
|
||||
Credentials: a.Credentials,
|
||||
|
||||
Reference in New Issue
Block a user