No need to check the check suite id anymore

This commit is contained in:
Sergio Padrino 2022-11-16 13:46:51 +01:00
parent 320b9264e1
commit 5d4fa4f2bb

View file

@ -293,9 +293,7 @@ export class NotificationsStore {
// Ignore any remaining notification for check runs that started along
// with this one.
for (const check of checks) {
if (check.checkSuiteId !== null) {
this.skipCheckRuns.add(check.id)
}
this.skipCheckRuns.add(check.id)
}
const pluralChecks =