HOTFIX: Added credentials to the combat log

This commit is contained in:
2019-06-04 13:34:21 +10:00
parent a9e6c88f45
commit 06b8a99b5b
4 changed files with 88 additions and 8 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ class PagedCombatLog extends React.Component {
};
if (props.getFetch) {
props.getFetch(() => this.sendRequest('/combatlogrequest', {username: props.username, start: props.start, length: props.length}));
props.getFetch(() => this.sendRequest('/combatlogrequest', {start: props.start, length: props.length}));
}
}