docs: Update fulfillment.AbstractFulfillmentService.mdx (#6936)
This commit is contained in:
+1
-1
@@ -158,7 +158,7 @@ class MyFulfillmentService extends AbstractFulfillmentService {
|
|||||||
async validateOption(
|
async validateOption(
|
||||||
data: Record<string, unknown>
|
data: Record<string, unknown>
|
||||||
): Promise<boolean> {
|
): Promise<boolean> {
|
||||||
return data.id == "my-fulfillment"
|
return data.id === "my-fulfillment"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user