mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-27 00:26:30 +02:00
Remove resolved TODO
This commit is contained in:
parent
b546141d34
commit
c1cbc8b867
@ -70,7 +70,6 @@ type AddonFileReference struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func WriteManifestFromPack(pack core.Pack, fileRefs []AddonFileReference, out io.Writer) error {
|
func WriteManifestFromPack(pack core.Pack, fileRefs []AddonFileReference, out io.Writer) error {
|
||||||
// TODO: should Required be false sometimes?
|
|
||||||
files := make([]struct {
|
files := make([]struct {
|
||||||
ProjectID int `json:"projectID"`
|
ProjectID int `json:"projectID"`
|
||||||
FileID int `json:"fileID"`
|
FileID int `json:"fileID"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user