Skip to content

Commit

Permalink
Merge pull request #707 from uw-it-aca/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
mikeseibel authored Sep 3, 2024
2 parents 7825352 + 0593307 commit ee545f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion endorsement/dao/shared_drive.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,8 @@ def load_or_update_subscription(sdr: SharedDriveRecord):
)
return None # just raise?
else:
sub = ITBillSubscription()
logging.info(f"Update subscription: key_remote = {key_remote}")
sub = ITBillSubscription(key_remote=key_remote)
sub.save()
sdr.subscription = sub
sdr.update_subscription(sub_json)
Expand Down

0 comments on commit ee545f8

Please sign in to comment.