Skip to content

Commit

Permalink
Ensure all types in a public api, are public
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Oct 13, 2024
1 parent 420710f commit acdc263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slot/src/account.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::graphql::auth::me::MeMeCredentialsWebauthn as WebAuthnCredential;
pub use crate::graphql::auth::me::MeMeCredentialsWebauthn as WebAuthnCredential;
use serde::{Deserialize, Serialize};
use starknet::core::types::Felt;

Expand Down

0 comments on commit acdc263

Please sign in to comment.