Skip to content

Commit 9b9b703

Browse files
committed
Update wrangler.jsonc
1 parent 90430c5 commit 9b9b703

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

website/wrangler.jsonc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"class_name": "UploadReceivedObservation"
2424
},
2525
{
26+
"name": "PSCWeather-UploadReceivedObservationToDBDisregard",
2627
"binding": "WORKFLOW_HANDLE_DISREGARD_OBSERVATION",
2728
"class_name": "DisregardReceivedObservation"
2829
},
@@ -31,6 +32,11 @@
3132
"binding": "WORKFLOW_OVERNIGHT_SAVE_TO_R2",
3233
"class_name": "OvernightSaveToR2"
3334
},
35+
{
36+
"name": "PSCWeather-UploadReceivedObservationToWindGuru",
37+
"binding": "WORKFLOW_UPLOAD_TO_WINDGURU",
38+
"class_name": "UploadToWindGuru"
39+
},
3440
{
3541
"name": "PSCWeather-UploadReceivedObservationToMetOffice",
3642
"binding": "WORKFLOW_UPLOAD_TO_METOFFICE",

0 commit comments

Comments
 (0)