Skip to content

Commit

Permalink
refactor(api-keys): dummy commit to trigger ci
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jan 9, 2024
1 parent 2eec926 commit 41c6d1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/api-keys/src/graphql/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ pub struct AuthSubject {

#[derive(Clone, Copy)]
pub struct Timestamp(DateTime<Utc>);

impl From<DateTime<Utc>> for Timestamp {
fn from(dt: DateTime<Utc>) -> Self {
Timestamp(dt)
}
}

impl From<Timestamp> for DateTime<Utc> {
fn from(Timestamp(dt): Timestamp) -> Self {
dt
Expand Down

0 comments on commit 41c6d1d

Please sign in to comment.