grant-hub icon indicating copy to clipboard operation
grant-hub copied to clipboard

remove test encryption on round application

Open gravityblast opened this issue 2 years ago • 0 comments

if the round manager already sets the encrypted field on questions, we can remove this snippet added only to test the encryption:

    roundApplicationMetadata.applicationSchema.forEach((question) => {
      if (/email|cool/i.test(question.question.toLowerCase())) {
        // eslint-disable-next-line
        question.encrypted = true;
      }
    });

gravityblast avatar Sep 13 '22 21:09 gravityblast