Bug 1762688 follow-up - Fix eslint error. r=#thunderbird-reviewers,john.bieling

Differential Revision: https://phabricator.services.mozilla.com/D157289

--HG--
extra : amend_source : f2755de38501d98c903fe5693ef565f583490f0c
This commit is contained in:
Ping Chen 2022-09-14 20:29:37 +10:00
Родитель 867d68bc49
Коммит 4dd9439427
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -450,6 +450,7 @@ class ImapIncomingServer extends MsgIncomingServer {
if (canGetNext) {
return this._getNextClient();
}
return null;
}
/**