mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-14 01:04:18 +08:00
fix(thread-search): Correct typo
This commit is contained in:
parent
792c0e61f1
commit
79e15e8408
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ const MESSAGE_BODY_LENGTH = 50000
|
|||
|
||||
class SearchIndexStore {
|
||||
|
||||
constuctor() {
|
||||
constructor() {
|
||||
this.accountIds = _.pluck(AccountStore.accounts(), 'id')
|
||||
this.unsubscribers = []
|
||||
}
|
||||
|
@ -174,4 +174,4 @@ class SearchIndexStore {
|
|||
}
|
||||
}
|
||||
|
||||
export default new SearchIndexStore();
|
||||
export default new SearchIndexStore()
|
||||
|
|
Loading…
Reference in a new issue