diff --git a/identity-service/src/routes/relay.js b/identity-service/src/routes/relay.js index 00e35e32511..1f0ce7e5783 100644 --- a/identity-service/src/routes/relay.js +++ b/identity-service/src/routes/relay.js @@ -7,7 +7,7 @@ const { detectAbuse } = require('../utils/antiAbuse') const { getFeatureFlag, FEATURE_FLAGS } = require('../featureFlag') const models = require('../models') -const blockRelayAbuseErrorCodes = new Set(['0', '3', '8', '9', '10', '11']) +const blockRelayAbuseErrorCodes = new Set(['0', '8', '9', '10']) module.exports = function (app) { // TODO(roneilr): authenticate that user controls senderAddress somehow, potentially validate that