Skip to content

Commit

Permalink
remove added trait function
Browse files Browse the repository at this point in the history
  • Loading branch information
mubarak23 committed Jun 11, 2024
1 parent 563fa16 commit 1939efb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/publication/publication.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ pub trait IKarstPublications<T> {
fn get_publication_content_uri(
self: @T, profile_address: ContractAddress, pub_id: u256
) -> ByteArray;
// fn publish_mirrow(
// ref self: T,
// mirrorParams: MirrorParams,
// post: PostParams,
// profile_contract_address: ContractAddress
// ) -> u256;
}

#[starknet::contract]
Expand Down

0 comments on commit 1939efb

Please sign in to comment.