Confirm gets "undefined" instead of false on events sync

Hello friends,

Added event with “Sync and Watch Contract Events”. Everything works as expected, except “confirmed” field in collection.

When transaction is not confirmed, it has undefined value, instead of False. After confirmation, i’ts all good.

Don’t think it’s correct behavior as transaction is either confirmed or not (true/false).

Server version: 0.0.279

Is it a bug?

undefined value usually means that it doesn’t have a value set for that column, being mongo db as database, there can be columns that were not set yet and will appear as undefined when you look in the dashboard