Skip to content

Commit

Permalink
Use local oncall files for oncall validation
Browse files Browse the repository at this point in the history
Reviewed By: alunyov

Differential Revision: D42819989

fbshipit-source-id: d7c023f9ad1929cf6ab1361c4953669ba4cefac4
  • Loading branch information
tyao1 authored and facebook-github-bot committed Feb 1, 2023
1 parent f23d56c commit 40e5c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/crates/relay-compiler/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pub use relay_config::RemotePersistConfig;
use relay_config::SchemaConfig;
pub use relay_config::SchemaLocation;
use relay_config::TypegenConfig;
use relay_config::TypegenLanguage;
pub use relay_config::TypegenLanguage;
use relay_transforms::CustomTransformsConfig;
use serde::de::Error as DeError;
use serde::Deserialize;
Expand Down

0 comments on commit 40e5c8b

Please sign in to comment.