syntax
Rust / Run tests (push) Failing after 46s Details
Docker / Build and push builder images (web-dependencies) (push) Successful in 6m16s Details
Docker / Build and push builder images (rust-builder) (push) Successful in 8m30s Details
Docker / Build and push service images (bot) (push) Successful in 4m13s Details
Docker / Build and push service images (database) (push) Successful in 4m28s Details
Docker / Build and push service images (web) (push) Successful in 7m16s Details

This commit is contained in:
DataHearth 2023-08-14 09:40:54 +02:00
parent 5851f880d6
commit 368e82dbbd
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ pub async fn search(
.post(env::var("GRAPHQL_ENDPOINT").expect("GRAPHQL_ENDPOINT not set"))
.json(&GetTechnology::build_query(get_technology::Variables {
name: technology,
options: options,
options,
tags: if let Some(tags) = tags {
Some(
tags.split(',')