@@ -41,10 +41,10 @@
}
else if($note->new_or_fu_or_na === 'FU') {
if($note->method === 'VIDEO') {
- $maxMinutes = 75;
+ $maxMinutes = 90;
else if($note->method === 'AUDIO') {
- $maxMinutes = 60;
?>
@@ -36,10 +36,10 @@