rm reviver from person

This commit is contained in:
Olivier Gagnon
2022-05-20 17:44:20 -04:00
parent 58478f7858
commit 34b099c050

View File

@ -354,5 +354,3 @@ export abstract class Person implements IPerson {
abstract whoAmI(): string;
}
Reviver.constructors.Person = Person;