Remove resolved TODO

This commit is contained in:
comp500 2019-11-15 23:32:03 +00:00
parent b546141d34
commit c1cbc8b867

View File

@ -70,7 +70,6 @@ type AddonFileReference struct {
}
func WriteManifestFromPack(pack core.Pack, fileRefs []AddonFileReference, out io.Writer) error {
// TODO: should Required be false sometimes?
files := make([]struct {
ProjectID int `json:"projectID"`
FileID int `json:"fileID"`