Fix null=>undef

This commit is contained in:
Isaac Connor 2020-10-06 17:08:47 -04:00
parent ae7ed5a342
commit 991cf97890
1 changed files with 3 additions and 3 deletions

View File

@ -232,10 +232,10 @@ $serial = $primary_key = 'Id';
ArchivedEvents => undef,
ArchivedEventDiskSpace => undef,
ZoneCount => 0,
Refresh => null,
Refresh => undef,
DefaultCodec => 'auto',
Latitude => null,
Longitude => null,
Latitude => undef,
Longitude => undef,
);
sub Server {