We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1978a22 commit 3cac325Copy full SHA for 3cac325
new
src/models/copilotApplication.js
@@ -1,5 +1,4 @@
1
import _ from 'lodash';
2
-import { COPILOT_OPPORTUNITY_STATUS, COPILOT_OPPORTUNITY_TYPE } from '../constants';
3
4
module.exports = function defineCopilotOpportunity(sequelize, DataTypes) {
5
const CopilotApplication = sequelize.define('CopilotApplication', {
0 commit comments