use "else if"

pull/5370/head
yann300 2 years ago committed by Aniket
parent 3759eef854
commit cf8ca4647f
  1. 3
      apps/etherscan/src/app/utils/verify.ts

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

Loading…
Cancel
Save