Skip to content

Commit

Permalink
try fix ai project query
Browse files Browse the repository at this point in the history
  • Loading branch information
getong committed Aug 21, 2024
1 parent cffed85 commit fa1ccc8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/indexer-proxy/proxy/src/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,10 @@ impl Project {
self.rpcquery_raw(body, endpoint, payment, network, no_sig, path)
.await?
}
ProjectType::Ai => (vec![], String::new()),
ProjectType::Ai => {
self.rpcquery_raw(body, endpoint, payment, network, no_sig, path)
.await?
}
};

Ok((d, s, waterlevel))
Expand Down

0 comments on commit fa1ccc8

Please sign in to comment.