use "else if"

pull/3102/head
yann300 2 years ago committed by Aniket
parent 986030884d
commit 683842c4be
  1. 3
      apps/etherscan/src/app/utils/verify.ts

@ -106,8 +106,7 @@ export const verify = async (
} }
onVerifiedContract(returnValue) onVerifiedContract(returnValue)
return returnValue return returnValue
} } else if (message === "NOTOK") {
if (message === "NOTOK") {
client.emit("statusChanged", { client.emit("statusChanged", {
key: "failed", key: "failed",
type: "error", type: "error",

Loading…
Cancel
Save