Skip to content

Commit

Permalink
Rename info line to make Rust test pass
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Jun 3, 2024
1 parent a298d6c commit 4f3cc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ impl Context {
.to_string(),
);
res.insert(
"enable_realtime",
"webxdc_realtime_enabled",
self.get_config_bool(Config::WebxdcRealtimeEnabled)
.await?
.to_string(),
Expand Down

0 comments on commit 4f3cc3c

Please sign in to comment.