Skip to content

Commit

Permalink
Ensure all types in a public api, are public (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy authored Oct 13, 2024
1 parent 420710f commit 1298a30
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 1298a30

Please sign in to comment.