Skip to content

Commit

Permalink
Fix role clustering
Browse files Browse the repository at this point in the history
  • Loading branch information
AffectedArc07 committed Apr 7, 2023
1 parent eac993b commit ee83105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CentCom.Exporter/Data/Providers/ParadiseBanProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ private async Task<int> FetchMore(int? cursor, BanProviderOptions options) {
SELECT
b.id,
b.bantime AS BannedAt,
b.job,
b.job AS Role,
b.expiration_time AS Expiration,
b.reason,
b.ckey,
Expand Down

0 comments on commit ee83105

Please sign in to comment.