forked from CringeStudios/gamja
Fix typo
This commit is contained in:
parent
c47af780f6
commit
c470c9f2c0
@ -826,7 +826,7 @@ export default class App extends Component {
|
|||||||
|
|
||||||
fetchBacklog(client, target, after, before) {
|
fetchBacklog(client, target, after, before) {
|
||||||
client.fetchHistoryBetween(target, after, before, CHATHISTORY_MAX_SIZE).catch((err) => {
|
client.fetchHistoryBetween(target, after, before, CHATHISTORY_MAX_SIZE).catch((err) => {
|
||||||
this.setState({ error: "Failed to fetch history for '" + taregt + "': " + err });
|
this.setState({ error: "Failed to fetch history for '" + target + "': " + err });
|
||||||
this.receipts.delete(channel);
|
this.receipts.delete(channel);
|
||||||
this.saveReceipts();
|
this.saveReceipts();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user