forked from apxtri/apxtri
clean
This commit is contained in:
parent
6a73ff858d
commit
1ea48d0933
@ -126,9 +126,9 @@ Pagans.sendmailkey = (data) => {
|
|||||||
|
|
||||||
|
|
||||||
let tplfile=`../../nationchains/tribes/${data.tribe}/template/createidentity_${data.lg}.js`;
|
let tplfile=`../../nationchains/tribes/${data.tribe}/template/createidentity_${data.lg}.js`;
|
||||||
if (!existsSync(tpfile)){
|
if (!fs.existsSync(tpfile)){
|
||||||
tplfile=`../../nationchains/tribes/adminapi/template/createidentity_${data.lg}.js`;
|
tplfile=`../../nationchains/tribes/adminapi/template/createidentity_${data.lg}.js`;
|
||||||
if (!existsSync(tplfile)){
|
if (!fs.existsSync(tplfile)){
|
||||||
return {
|
return {
|
||||||
status:406,
|
status:406,
|
||||||
ref:"Pagans",
|
ref:"Pagans",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user