Chore: Deprecate Id from Folder in DTOs (#77943)

* Chore: Deprecate Id from Folder in DTOs

* chore: regen spec
This commit is contained in:
Kat Yang
2023-11-15 10:29:49 -05:00
committed by GitHub
parent ae326eaed1
commit a640d9d395
6 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -365,7 +365,7 @@ func (hs *HTTPServer) newToFolderDto(c *contextmodel.ReqContext, f *folder.Folde
}
return dtos.Folder{
Id: f.ID,
Id: f.ID, // nolint:staticcheck
Uid: f.UID,
Title: f.Title,
Url: f.URL,