Skip to content

Commit

Permalink
chore: fix lint (#50)
Browse files Browse the repository at this point in the history
* chore: added exit error when integration test fail

* chore: added temp macro to ignore struct that isn't used now
  • Loading branch information
paulobressan authored Jul 21, 2024
1 parent d5e91c6 commit 661b9b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ impl From<ProjectSecretCreated> for ProjectSecretCache {
}
}

#[allow(dead_code)]
pub struct ProjectUserCache {
pub user_id: String,
pub project_id: String,
Expand Down

0 comments on commit 661b9b2

Please sign in to comment.