WiP Changed welcome and input form for ad type
This commit is contained in:
11
app/helpers/db/kiviOriginal.js
Normal file
11
app/helpers/db/kiviOriginal.js
Normal file
@@ -0,0 +1,11 @@
|
||||
"use strict";
|
||||
const db = require("../../models/index");
|
||||
const sequelize = require("sequelize");
|
||||
|
||||
const createKiviOriginal = async (kiviAdFields = {}) => {
|
||||
return await db.KiviOriginal.create(kiviAdFields);
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
createKiviOriginal
|
||||
};
|
||||
Reference in New Issue
Block a user