Skip to content

Commit

Permalink
Make NotionApi Clone-able
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeswenson committed Aug 28, 2021
1 parent 9d5b84b commit 9e9297e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ pub trait AsIdentifier<ById> {

/// An API client for Notion.
/// Create a client by using [new(api_token: String)](Self::new()).
#[derive(Clone)]
pub struct NotionApi {
client: Client,
}
Expand Down

0 comments on commit 9e9297e

Please sign in to comment.