Comparing version 0.1.19-alpha.1 to 0.1.19-alpha.2
@@ -50,3 +50,2 @@ const storageHub = require('../storage/StorageHub') | ||
if (e) { | ||
console.log('REJECT HERE') | ||
reject(e) | ||
@@ -87,3 +86,2 @@ } else { | ||
if (value) { | ||
console.log('toDb', value, value.name) | ||
return value.name | ||
@@ -94,2 +92,9 @@ } | ||
serialize (value) { | ||
if (value) { | ||
return value.filePath | ||
} | ||
return super.serialize(value) | ||
} | ||
async saveFileValue (inst, fieldName, value) { | ||
@@ -96,0 +101,0 @@ if (value) { |
{ | ||
"name": "djorm", | ||
"version": "0.1.19-alpha.1", | ||
"version": "0.1.19-alpha.2", | ||
"description": "Django like ORM framework", | ||
@@ -44,3 +44,3 @@ "author": "Pavel Žák <pavel@zak.global>", | ||
}, | ||
"gitHead": "277500700564a2959158bc571b9ed274b1bb1141" | ||
"gitHead": "380e5b3b2201e9f36f148499d93c4ea1723ec1b7" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
91273
3148