This commit is contained in:
Salvatore Giordano
2021-05-21 15:23:20 +02:00
parent d764de9f68
commit c151a86fc7
@@ -517,7 +517,7 @@ class Channel {
throw ArgumentError('Invalid timeout or Expiration date');
}
return true;
}(), 'Check whether time out is valid');
}(), 'Check whether timeout is valid');
DateTime? pinExpires;
if (timeoutOrExpirationDate is DateTime) {