egg-born-module-a-base-sync
Advanced tools
Comparing version 1.2.10 to 1.2.11
@@ -198,2 +198,6 @@ const require3 = require('require3'); | ||
const atomClass = await ctx.meta.atomClass.getByAtomId({ atomId: key.atomId }); | ||
// write atom | ||
await this._writeAtom({ key, item, validation, user }); | ||
// write item | ||
@@ -213,2 +217,7 @@ const moduleInfo = mparse.parseInfo(atomClass.module); | ||
// write atom again | ||
await this._writeAtom({ key, item, validation, user }); | ||
} | ||
async _writeAtom({ key, item, validation, user }) { | ||
// write atom | ||
@@ -215,0 +224,0 @@ if (item) { |
{ | ||
"name": "egg-born-module-a-base-sync", | ||
"version": "1.2.10", | ||
"version": "1.2.11", | ||
"title": "Base", | ||
@@ -5,0 +5,0 @@ "eggBornModule": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
968236
14199