mirror of
https://github.com/fluencelabs/rbac
synced 2025-04-25 03:02:13 +00:00
build script, artifact, fix rust
This commit is contained in:
parent
f31f3de42d
commit
888d7a8937
Binary file not shown.
2
build.sh
Executable file
2
build.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
fce build
|
||||||
|
cp target/wasm32-wasi/debug/rbac.wasm artifacts/
|
@ -52,7 +52,7 @@ pub fn get_status(peer_id: String) -> Status {
|
|||||||
match data.get(peer_id.as_str()) {
|
match data.get(peer_id.as_str()) {
|
||||||
None => {
|
None => {
|
||||||
Status {
|
Status {
|
||||||
is_registered: true
|
is_registered: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Some(status) => status.clone()
|
Some(status) => status.clone()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user