Explorar el Código

feat(types): nothing

qinlaiqiao hace 5 años
padre
commit
c7335ded55
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      types/src/interface/error.ts

+ 1 - 0
types/src/interface/error.ts

@@ -58,4 +58,5 @@ enum ErrNo {
   CONSTRUCTION_ORG_NOT_FOUND = 5027,
   SINGLE_ORG_NOT_FOUND = 5028,
 }
+
 export default ErrNo;