Skip to content

Commit f263e22

Browse files
committed
fix
1 parent a28bf08 commit f263e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/client.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ impl APIClient {
339339
}
340340

341341
fn gen_query_id(&self) -> String {
342-
uuid::Uuid::new_v4().to_string().replace("-", "")
342+
uuid::Uuid::new_v4().simple().to_string().replace("-", "")
343343
}
344344

345345
async fn handle_session(&self, session: &Option<SessionState>) {

0 commit comments

Comments
 (0)