Skip to content

Commit

Permalink
Build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Sep 21, 2024
1 parent 0ee97ce commit 9c62851
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
12 changes: 6 additions & 6 deletions app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,23 @@ import url from 'url';

import * as Sentry from '@sentry/node';
import bodyParser from 'body-parser';
// @ts-ignore
// @ts-expect-warning
import compression from 'compression';
import express from 'express';
import fs from 'fs-extra';
// @ts-ignore
// @ts-expect-warning
import morgan from 'morgan';
import nopt from 'nopt';
import PromClient from 'prom-client';
// @ts-ignore
// @ts-expect-warning
import responseTime from 'response-time';
import sanitize from 'sanitize-filename';
// @ts-ignore
// @ts-expect-warning
import sFavicon from 'serve-favicon';
// @ts-ignore
// @ts-expect-warning
import systemdSocket from 'systemd-socket';
import _ from 'underscore';
// @ts-ignore
// @ts-expect-warning
import urljoin from 'url-join';

import * as aws from './lib/aws.js';
Expand Down
2 changes: 1 addition & 1 deletion lib/buildenvsetup/cliconan.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class BuildEnvSetupCliConan extends BuildEnvSetupBase {
override async setup(
key: CacheKey,
dirPath: string,
libraryDetails: Record<string, VersionInfo>,
libraryDetails,
binary: boolean,
): Promise<BuildEnvDownloadInfo[]> {
if (this.onlyonstaticliblink && !binary) return [];
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
"@types/http-proxy": "^1.17.14",
"@types/jquery": "^3.5.30",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20.17.5",
"@types/node-targz": "^0.2.4",
"@types/nopt": "^3.0.32",
"@types/request": "^2.48.12",
Expand Down

0 comments on commit 9c62851

Please sign in to comment.