Skip to content

Commit

Permalink
remove more misleading flash
Browse files Browse the repository at this point in the history
  • Loading branch information
maggi373 committed Sep 5, 2024
1 parent 9d75b2f commit 792c96a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/build_modversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def get_modpack_build(id):
rows = cur.fetchall()
if rows:
return rows
flash("Unable to get modpack build", "error")
return []

@staticmethod
Expand Down

0 comments on commit 792c96a

Please sign in to comment.