1
0
Fork 0
mirror of synced 2024-09-21 03:52:23 +12:00

Run Linter

This commit is contained in:
Bradley Schofield 2022-08-19 11:26:09 +01:00
parent 0d81918685
commit d4ba9441b6

View file

@ -185,7 +185,7 @@ class BuildsV1 extends Worker
/** Set auto deploy */
if ($deployment->getAttribute('activate') === true) {
$function->setAttribute('deployment', $deployment->getId());
$function = $dbForProject->updateDocument('functions', $function->getId(), $function);
$function = $dbForProject->updateDocument('functions', $function->getId(), $function);
}
/** Update function schedule */