fix: Upload Foto
This commit is contained in:
@@ -169,6 +169,7 @@ module.exports = {
|
||||
const {Contribtype} = require('../models/contribtype');
|
||||
await this.insertIntoDb_NoDuplicate(false, 'contribtypes', Contribtype, 'label')
|
||||
|
||||
// AdTypes
|
||||
const {AdType} = require('../models/adtype');
|
||||
await this.insertIntoDb_NoDuplicate(abilita, 'adtypes', AdType, 'descr')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user