Skip to content

Commit

Permalink
Use proper table
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Sep 20, 2024
1 parent 7d8bcc0 commit 34fed18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GangsImpl/AbstractDB/AbstractDBGangManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public async Task<bool> DeleteGang(int id) {
return null;
}

var id = await GetLastId(table);
var id = await GetLastId();

await ranks.AssignDefaultRanks(id);

Expand Down

0 comments on commit 34fed18

Please sign in to comment.