diff --git a/lib/constants.js b/lib/constants.js index 5e6f7c9..4e2e411 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -1,4 +1,4 @@ -// Generated by IcedCoffeeScript 108.0.12 +// Generated by IcedCoffeeScript 108.0.11 (function() { var constants, d, k, v, _ref; diff --git a/lib/wot.js b/lib/wot.js index b609225..958399f 100644 --- a/lib/wot.js +++ b/lib/wot.js @@ -1,4 +1,4 @@ -// Generated by IcedCoffeeScript 108.0.12 +// Generated by IcedCoffeeScript 108.0.11 (function() { var Base, React, Vouch, constants, json_stringify_sorted, make_esc, pgp_utils, schema, streq_secure, unix_time, _ref, __hasProp = {}.hasOwnProperty, @@ -83,7 +83,6 @@ max_length: 90 }).optional() }), - failing_proofs: schema.array(proof_schema).optional(), vouch_text: schema.string({ max_length: 700 }) diff --git a/src/wot.iced b/src/wot.iced index dfcfdcd..80ebe99 100644 --- a/src/wot.iced +++ b/src/wot.iced @@ -61,7 +61,6 @@ exports.Vouch = class Vouch extends Base proofs: schema.array(proof_schema).optional() other : schema.string({max_length: 90}).optional() }) - failing_proofs : schema.array(proof_schema).optional() vouch_text : schema.string({max_length: 700}) }) err = schm.check(obj) diff --git a/test/files/wot.iced b/test/files/wot.iced index 8334cdd..200c0d3 100644 --- a/test/files/wot.iced +++ b/test/files/wot.iced @@ -30,7 +30,6 @@ exports.wot_vouch_happy = (T,cb) -> username_verified_via : "audio" other : "lorem ipsum" proofs : [ proof1, proof2] - failing_proofs : [ proof3, proof4 ] vouch_text : "darn rootin tootin" obj = new wot.Vouch me await obj.generate_v2 esc(defer(out)), {dohash:true}