Skip to content

Commit b24d7d2

Browse files
committed
Fix date-check
1 parent 99be005 commit b24d7d2

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

cg/constants/orderforms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_current_orderform_version(order_form: str) -> str:
3232
Orderform.RML: "19",
3333
Orderform.MICROSALT: "11",
3434
Orderform.SARS_COV_2: "10",
35-
Orderform.MICROBIAL_FASTQ: "1",
35+
Orderform.MICROBIAL_FASTQ: "2",
3636
Orderform.PACBIO_LONG_READ: "1",
3737
}
3838
return current_order_form_versions[order_form]
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)