mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Default fallback to for templateBranch
This commit is contained in:
parent
a114977100
commit
f4fb3e3c75
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ class V18 extends Filter
|
|||
unset($content['otp']);
|
||||
break;
|
||||
case 'functions.create':
|
||||
$content['templateVersion'] = $content['templateBranch'];
|
||||
$content['templateVersion'] = $content['templateBranch'] ?? "";
|
||||
unset($content['templateBranch']);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue