Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabh6790 committed Jun 24, 2024
1 parent ef48896 commit 34170c7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions press/api/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,6 @@ def validate_request_key(key, timezone=None):
}


<<<<<<< HEAD
=======
@frappe.whitelist()
def get_partner_request_status(team):
return frappe.db.get_value(
Expand Down Expand Up @@ -407,7 +405,6 @@ def transfer_credits(amount, customer, partner):
frappe.db.rollback()


>>>>>>> 06e5e25fe (fix: handle empty connection)
@frappe.whitelist(allow_guest=True)
def country_list():
def get_country_list():
Expand Down

0 comments on commit 34170c7

Please sign in to comment.