update dapp deployment error

pull/5060/head
drafish 5 months ago committed by yann300
parent b5ae3d3f68
commit 5cf791af40
  1. 2
      apps/quick-dapp/src/actions/index.ts

@ -206,7 +206,7 @@ export const deploy = async (payload: any, callback: any) => {
if (message === '403') {
callback({ code: 'ERROR', error: 'this domain belongs to someone else' });
} else {
callback({ code: 'ERROR', error: 'unknow error, please try again' });
callback({ code: 'ERROR', error: 'gateway timeout, please try again' });
}
return;
}

Loading…
Cancel
Save