Skip to content

Commit

Permalink
Merge pull request #943 from googlefonts/server-update-fix
Browse files Browse the repository at this point in the history
server: fix update server
  • Loading branch information
m4rc1e authored May 10, 2024
2 parents a34827f + 48c0d18 commit fa7c48f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Lib/gftools/push/trafficjam.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,8 @@ def set_server(self, server: STATUS_OPTION_IDS):
STATUS_FIELD_ID,
server.value,
)
g._run_graphql(mutation, {})
self.status = server
# Update the projects board as well
for linked_issue in self.linked_issues:
for project_item in linked_issue["projectItems"]["nodes"]:
Expand Down

0 comments on commit fa7c48f

Please sign in to comment.