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)
return returnValue
}
if (message === "NOTOK") {
} else if (message === "NOTOK") {
client.emit("statusChanged", {
key: "failed",
type: "error",

Loading…
Cancel
Save