Source

...

Target

Commits (2)
Showing with 1 addition and 1 deletion
+1 -1
...@@ -2,7 +2,7 @@ import fs from 'fs' ...@@ -2,7 +2,7 @@ import fs from 'fs'
import async from 'async' import async from 'async'
import bcrypt from 'bcryptjs' import bcrypt from 'bcryptjs'
import * as passportSaml from 'passport-saml' import * as passportSaml from 'passport-saml'
import uuidv4 = require('uuid/v4'); import { v4 as uuidv4 } from 'uuid';
import dbconn from '../config/dbconn' import dbconn from '../config/dbconn'
import methods from '../functions/methods' import methods from '../functions/methods'
import gitlab from '../functions/gitlab' import gitlab from '../functions/gitlab'
......