Skip to content

Commit

Permalink
apply to connection
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuk committed Jun 10, 2022
1 parent a90a485 commit 9919511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion springql-core/src/connection.rs
Expand Up @@ -4,7 +4,7 @@ use std::{sync::Once, thread, time::Duration};

use crate::{
api::{error::Result, SpringConfig},
pipeline::name::QueueName,
pipeline::QueueName,
sql_processor::SqlProcessor,
stream_engine::{command::Command, EngineMutex, SinkRow},
};
Expand Down

0 comments on commit 9919511

Please sign in to comment.