Skip to content

Commit

Permalink
added sql as processor
Browse files Browse the repository at this point in the history
  • Loading branch information
harshdoesdev committed Oct 26, 2023
1 parent f558857 commit 2a31aab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fastn-core/src/doc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ pub async fn resolve_import_2022<'a>(
"user-details".to_string(),
"fastn-apps".to_string(),
"is-reader".to_string(),
"sql".to_string(),
"package-query".to_string(),
"pg".to_string(),
"package-tree".to_string(),
Expand Down Expand Up @@ -251,6 +252,7 @@ pub async fn resolve_import_2022<'a>(
"figma-cs-token".to_string(),
"figma-cs-token-old".to_string(),
"http".to_string(),
"sql".to_string(),
"package-query".to_string(),
"pg".to_string(),
"toc".to_string(),
Expand Down

0 comments on commit 2a31aab

Please sign in to comment.