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

Merge branch 'fix_critical_issues' into 'master'

fix import

See merge request !179
parents 75be1b07 c2b2348b
Pipeline #9858 failed with stage
in 7 seconds
...@@ -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