Skip to content

Commit

Permalink
Fix UI bug when refreshing Minecraft cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed May 22, 2022
1 parent eefdd75 commit ac577dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/SolderController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function getCacheMinecraft()
}

return response()->json([
'status' => true,
'success' => true,
]);
}
}

0 comments on commit ac577dc

Please sign in to comment.