Chore: Deprecate Id from Folder in DTOs (#77943)
* Chore: Deprecate Id from Folder in DTOs * chore: regen spec
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user