File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -43,15 +43,13 @@ func SetupApplication() error {
4343 return fmt .Errorf ("error loading SkyBlock items: %v" , err )
4444 }
4545
46- /*
47- if err := notenoughupdates.InitializeNEURepository(); err != nil {
48- return fmt.Errorf("error initializing repository: %v", err)
49- }
50-
51- if err := notenoughupdates.UpdateNEURepository(); err != nil {
52- return fmt.Errorf("error updating repository: %v", err)
53- }
54- */
46+ if err := notenoughupdates .InitializeNEURepository (); err != nil {
47+ return fmt .Errorf ("error initializing repository: %v" , err )
48+ }
49+
50+ if err := notenoughupdates .UpdateNEURepository (); err != nil {
51+ return fmt .Errorf ("error updating repository: %v" , err )
52+ }
5553
5654 err = notenoughupdates .ParseNEURepository ()
5755 if err != nil {
You can’t perform that action at this time.
0 commit comments