@@ -23,7 +23,7 @@ export abstract class CreateRunnerGroup {
|
||||
* Get's this group's contact from this.address.
|
||||
*/
|
||||
public async getContact(): Promise<GroupContact> {
|
||||
if (this.contact === undefined) {
|
||||
if (this.contact === undefined || this.contact === null) {
|
||||
return null;
|
||||
}
|
||||
if (!isNaN(this.contact)) {
|
||||
|
||||
Reference in New Issue
Block a user