Skip to content

Commit fa235c4

Browse files
committed
fix: removed unnecessary declarations from structs related to verifier post calls
1 parent f620303 commit fa235c4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fplus-lib/src/core/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ pub struct VerifierList(pub Vec<String>);
4242
pub struct CompleteNewApplicationProposalInfo {
4343
pub signer: VerifierInput,
4444
pub request_id: String,
45-
pub owner: String,
46-
pub repo: String
4745
}
4846

4947
#[derive(Debug)]
@@ -58,8 +56,6 @@ pub struct LDNApplication {
5856
#[derive(Debug, Serialize, Deserialize)]
5957
pub struct CompleteGovernanceReviewInfo {
6058
pub actor: String,
61-
pub owner: String,
62-
pub repo: String,
6359
}
6460

6561
#[derive(Deserialize, Debug)]

0 commit comments

Comments
 (0)