Skip to content

Commit

Permalink
fix: starting retrofit
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalsolon committed Dec 20, 2022
1 parent 66644ad commit f226ec8
Show file tree
Hide file tree
Showing 32 changed files with 2,496 additions and 1,153 deletions.
4 changes: 0 additions & 4 deletions api/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@
const request = require('request'); //TODO switch to axios!
const rp = require('request-promise-native');
const keywordEx = require("keyword-extractor");
const tmp = require('tmp');
const path = require('path');
const child_process = require('child_process');
const fs = require('fs');
const async = require('async');
const redis = require('redis');
const xmlescape = require('xml-escape');
const amqp = require("amqp"); //switch to amqplib?
const axios = require('axios');
const jwt = require('express-jwt');
const crypto = require('crypto');

const config = require('./config');
const db = require('./models');
Expand Down
2 changes: 0 additions & 2 deletions api/config/index.js.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ const request = require('request'); //deprecate!
const zlib = require('zlib');
const async = require('async');

const atob = require('atob');

exports.mongodb = "mongodb://brainlife_mongodb/warehouse";

exports.debug = true;
Expand Down
2 changes: 0 additions & 2 deletions api/lib/provenance.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ const mongoose = require('mongoose');
const common = require('../common');
const dbscan = require('@cdxoo/dbscan');

const math = require('mathjs');

exports.traverseProvenance = async (startTaskId) => {
console.debug("traversing from task:", startTaskId);

Expand Down
Loading

0 comments on commit f226ec8

Please sign in to comment.