mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2024-11-22 14:57:56 +01:00
Fixes that stupid error
This commit is contained in:
parent
21d6abda24
commit
bb73b62722
@ -107,7 +107,7 @@ impl Sensor for Dummy {
|
|||||||
-> BoxFuture<'static, (Option<User>, MachineState)>
|
-> BoxFuture<'static, (Option<User>, MachineState)>
|
||||||
{
|
{
|
||||||
let step = self.step;
|
let step = self.step;
|
||||||
self.step != self.step;
|
self.step = !self.step;
|
||||||
|
|
||||||
let f = async move {
|
let f = async move {
|
||||||
Timer::after(std::time::Duration::from_secs(1)).await;
|
Timer::after(std::time::Duration::from_secs(1)).await;
|
||||||
|
Loading…
Reference in New Issue
Block a user