Skip to content

Commit c617016

Browse files
committed
Allow empty config
1 parent 8faaecd commit c617016

File tree

1 file changed

+1
-0
lines changed
  • order-routing/rust/fulfillment-constraints/default/src

1 file changed

+1
-0
lines changed

order-routing/rust/fulfillment-constraints/default/src/run.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ use shopify_function::Result;
44
use serde::{Deserialize, Serialize};
55

66
#[derive(Serialize, Deserialize, Default, PartialEq)]
7+
#[allow(dead_code)]
78
struct Config {}
89

910
#[shopify_function_target(query_path = "src/run.graphql", schema_path = "schema.graphql")]

0 commit comments

Comments
 (0)