Skip to content

Commit c86aeb4

Browse files
committed
Remove Comment
Remove comment I missed
1 parent 74fdfed commit c86aeb4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/factorio/mod_portal.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ type ModPortalStruct struct {
3030

3131
// get all mods uploaded to the factorio modPortal
3232
func ModPortalList() (interface{}, error, int) {
33-
// FIXME revert to `page_size=max` when the api got fixed: https://forums.factorio.com/viewtopic.php?f=189&t=94119&p=531316
3433
req, err := http.NewRequest(http.MethodGet, "https://mods.factorio.com/api/mods?page_size=max", nil)
3534
if err != nil {
3635
return "error", err, http.StatusInternalServerError

0 commit comments

Comments
 (0)