fix assert error message
This commit is contained in:
@@ -517,7 +517,7 @@ class Channel {
|
|||||||
throw ArgumentError('Invalid timeout or Expiration date');
|
throw ArgumentError('Invalid timeout or Expiration date');
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}(), 'Check for invalid token or expiration date');
|
}(), 'Check whether time out is valid');
|
||||||
|
|
||||||
DateTime? pinExpires;
|
DateTime? pinExpires;
|
||||||
if (timeoutOrExpirationDate is DateTime) {
|
if (timeoutOrExpirationDate is DateTime) {
|
||||||
|
|||||||
Reference in New Issue
Block a user