neon_arch
commited on
Commit
·
3d48920
1
Parent(s):
017036e
🧹 chore: make github actions happy (#227)
Browse files
src/server/routes/search.rs
CHANGED
|
@@ -214,7 +214,7 @@ async fn results(
|
|
| 214 |
config.debug,
|
| 215 |
&engines,
|
| 216 |
config.request_timeout,
|
| 217 |
-
|
| 218 |
)
|
| 219 |
.await?
|
| 220 |
}
|
|
|
|
| 214 |
config.debug,
|
| 215 |
&engines,
|
| 216 |
config.request_timeout,
|
| 217 |
+
safe_search_level,
|
| 218 |
)
|
| 219 |
.await?
|
| 220 |
}
|