mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-12 18:45:41 +00:00
Deploying to gh-pages from @ c8e6b81d6e 🚀
This commit is contained in:
@@ -465,9 +465,9 @@
|
||||
};
|
||||
|
||||
<span class="kw">let </span>stats: Box<<span class="kw">dyn </span>Stats> = <span class="kw">if </span>s.captcha.enable_stats {
|
||||
Box::new(Real::default())
|
||||
Box::<Real>::default()
|
||||
} <span class="kw">else </span>{
|
||||
Box::new(Dummy::default())
|
||||
Box::<Dummy>::default()
|
||||
};
|
||||
|
||||
<span class="kw">let </span>data = Data {
|
||||
|
||||
Reference in New Issue
Block a user