Skip to content

Commit a7da37a

Browse files
committed
fix ordering
1 parent aabe3b6 commit a7da37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from collections import namedtuple
44

55
Sponsor = namedtuple('Sponsor', [
6-
'gh_id', 'gh_username', 'gh_url', 'discord_name', 'discord_id',
6+
'gh_id', 'gh_username', 'gh_url', 'discord_id', 'discord_name',
77
'discord_code', 'contributed_to_repos', 'is_contributor', 'is_currently_sponsoring'
88
])
99

0 commit comments

Comments
 (0)