@show-karma/karma-gap-sdk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -151,9 +151,6 @@ class Grant extends Attestation_1.Attestation {
|
|
|
151
151
|
},
|
|
152
152
|
schema: GapSchema_1.GapSchema.find('GrantDetails'),
|
|
153
153
|
});
|
|
154
|
-
if (details.data?.questions) {
|
|
155
|
-
Object.assign(grant.details, { questions: details.data.questions });
|
|
156
|
-
}
|
|
157
154
|
}
|
|
158
155
|
if (attestation.milestones) {
|
|
159
156
|
const { milestones } = attestation;
|
|
@@ -10,10 +10,6 @@ class CommunityDetails extends Attestation_1.Attestation {
|
|
|
10
10
|
}
|
|
11
11
|
exports.CommunityDetails = CommunityDetails;
|
|
12
12
|
class GrantDetails extends Attestation_1.Attestation {
|
|
13
|
-
constructor() {
|
|
14
|
-
super(...arguments);
|
|
15
|
-
this.questions = [];
|
|
16
|
-
}
|
|
17
13
|
}
|
|
18
14
|
exports.GrantDetails = GrantDetails;
|
|
19
15
|
class GrantRound extends Attestation_1.Attestation {
|