Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Sep 25, 2023
2 parents 97c0d1d + 020e800 commit 1743af5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extensions/skyportal/skyportal/handlers/api/alert.py
Original file line number Diff line number Diff line change
Expand Up @@ -1057,7 +1057,6 @@ def post(self, objectId):
except Exception as e:
return self.error(f"Alert failed to post: {str(e)}")

self.push_all(action="skyportal/FETCH_SOURCES")
self.push_all(action="skyportal/FETCH_RECENT_SOURCES")

return self.success(
Expand Down

0 comments on commit 1743af5

Please sign in to comment.