From 8b5106433f50cc40f73b8fb593a24d50b6976398 Mon Sep 17 00:00:00 2001 From: Mikunj Varsani Date: Wed, 23 Jan 2019 17:03:41 +1100 Subject: [PATCH] Update libtextsecure/errors.js Co-Authored-By: BeaudanBrown --- libtextsecure/errors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libtextsecure/errors.js b/libtextsecure/errors.js index f76fb3795..7f972492e 100644 --- a/libtextsecure/errors.js +++ b/libtextsecure/errors.js @@ -140,7 +140,7 @@ appendStack(this, error); } } - inherit(ReplayableError, PoWError); + inherit(ReplayableError, EmptySwarmError); function PoWError(number, error) { // eslint-disable-next-line prefer-destructuring