Skip to content

Commit

Permalink
Fix monitoring warning TBaseVisits.dataset...
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Oct 27, 2023
1 parent bed6d06 commit 0a7f609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/geonature/core/gn_monitoring/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ class TBaseVisits(DB.Model):

dataset = relationship(
TDatasets,
lazy="joined",
primaryjoin=(TDatasets.id_dataset == id_dataset),
foreign_keys=[id_dataset],
)
Expand Down

0 comments on commit 0a7f609

Please sign in to comment.