Skip to content

Commit

Permalink
Move projectnumber to clean up diff
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn-einar-bjartnes-4ss committed Nov 25, 2024
1 parent a168f17 commit ab9ba79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fourinsight/campaigns/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,11 +194,11 @@ def get_campaign(self, campaign_id):
"""
response_map = {
("id", "CampaignID"): None,
("projectnumber", "Project Number"): None,
("campaignname", "Name"): None,
("campaigntype", "Type"): None,
("client", "Client"): None,
("ponumber", "PO Number"): None,
("projectnumber", "Project Number"): None,
("vessel", "Vessel"): None,
("vesselcontractor", "Vessel Contractor"): None,
("wellname", "Well Name"): None,
Expand Down

0 comments on commit ab9ba79

Please sign in to comment.