Skip to content

Commit

Permalink
oops row name mixup
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Jan 27, 2024
1 parent b61f011 commit 7e5cdde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/src/cogs/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ async def export(self, interaction: Interaction) -> None:

members_file = StringIO()
members_writer = csv.writer(members_file)
members_writer.writerow(["member", "project", "in-github"])
members_writer.writerow(["project", "member", "in-github"])

projects = database.get_projects()

Expand Down

0 comments on commit 7e5cdde

Please sign in to comment.