Fix typo
This commit is contained in:
+1
-1
@@ -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();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user