Skip to content

Commit ce575c7

Browse files
committed
fix: action string
1 parent 0d02782 commit ce575c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/projectMemberInvites/create.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import _ from 'lodash';
55
import Joi from 'joi';
66
import config from 'config';
77
import { middleware as tcMiddleware } from 'tc-core-library-js';
8+
import { Op } from 'sequelize';
89
import models from '../../models';
910
import util from '../../util';
1011
import {
@@ -18,7 +19,6 @@ import {
1819
} from '../../constants';
1920
import { createEvent } from '../../services/busApi';
2021
import { PERMISSION, PROJECT_TO_TOPCODER_ROLES_MATRIX } from '../../permissions/constants';
21-
import { Op } from 'sequelize';
2222

2323
const ALLOWED_FIELDS = _.keys(models.ProjectMemberInvite.rawAttributes).concat(['handle']);
2424

0 commit comments

Comments
 (0)