We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32c0743 commit 73ec2daCopy full SHA for 73ec2da
core/interpreter_js/src/lib.rs
@@ -139,7 +139,7 @@ mod test {
139
fn http_call(
140
&mut self,
141
_params: map_std::unstable::HttpRequest,
142
- _security: map_std::unstable::HttpRequestSecurity
+ _security: Option<map_std::unstable::HttpRequestSecurity>
143
) -> Result<sf_std::abi::Handle, map_std::unstable::HttpCallError> {
144
Ok(1)
145
}
0 commit comments