Exporter bug fix

This commit is contained in:
Tntnnbltn 2023-01-30 05:47:46 +00:00 committed by Nvlbl Nm
parent fb37f12743
commit 5be1529b7e

View File

@ -534,6 +534,8 @@ function init() {
const submitted = allData.filter(
(c) =>
c.status === 'submitted' ||
c.status === 'voting' ||
c.status === 'NIANTIC_REVIEW' ||
c.status === 'potential' ||
c.status === 'held' ||
c.status === 'rejected' ||