Skip to content

Commit 6ae8f39

Browse files
committed
Merge branch 'main' into request-name-volatile
2 parents 48677b9 + 4ca2943 commit 6ae8f39

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/lib/UnitySQL.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ private function update($table, $filters, $data)
107107
$stmt->bindValue(":$key", $val);
108108
}
109109
$this->execute($stmt);
110-
$stmt->execute();
111110
}
112111

113112
public function addRequest(

0 commit comments

Comments
 (0)