Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Nov 8, 2024
2 parents 68c6748 + a12fb75 commit 7ae225b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aind_metadata_viz/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ def get_csv(self, vp_state: str = "Not Valid/Present"):
return sio.getvalue()


@pn.cache(ttl=CACHE_RESET_DAY)
def _get_status() -> pd.DataFrame:
"""Get the status of the metadata
"""
Expand Down

0 comments on commit 7ae225b

Please sign in to comment.