Skip to content

Commit

Permalink
chore: CAN type
Browse files Browse the repository at this point in the history
  • Loading branch information
laysakura committed Jun 20, 2022
1 parent 7353e56 commit 669a67f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1217,6 +1217,7 @@ impl PestParserImpl {
match typ.as_ref() {
"NET_CLIENT" => Ok(SourceReaderType::NetClient),
"NET_SERVER" => Ok(SourceReaderType::NetServer),
"CAN" => Ok(SourceReaderType::CAN),
_ => Err(SpringError::Sql(anyhow!(
"Invalid source reader name: {}",
typ
Expand Down

0 comments on commit 669a67f

Please sign in to comment.