Merge branch 'hotfix/pin' into develop
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user