Skip to content

Commit c9a8e42

Browse files
committed
Ensure SEURAT_MAX_THREADS is an integer
1 parent 74bc2b5 commit c9a8e42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flowassays/resources/queries/flowassays/populations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ function beforeInsert(row, errors){
1616
validateName(row, errors);
1717
}
1818

19-
function beforeUpdate(row, errors){
19+
function beforeUpdate(row, oldRow, errors){
2020
validateName(row, errors);
2121
}
2222

0 commit comments

Comments
 (0)