Commit c2b2348b authored by Matthias Betz's avatar Matthias Betz
Browse files

fix import

parent 2c0e5108
...@@ -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'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment