Skip to content

Commit b158cad

Browse files
committed
chore: lint
1 parent b6bdd4c commit b158cad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cubejs-server-core/src/core/DevServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import jwt from 'jsonwebtoken';
1111
import isDocker from 'is-docker';
1212
import type { Application as ExpressApplication, Request, Response } from 'express';
1313
import type { ChildProcess } from 'child_process';
14-
import {executeCommand, getAnonymousId, getEnv, keyByDataSource, packageExists} from '@cubejs-backend/shared';
14+
import { executeCommand, getAnonymousId, getEnv, keyByDataSource, packageExists } from '@cubejs-backend/shared';
1515
import crypto from 'crypto';
1616

1717
import type { BaseDriver } from '@cubejs-backend/query-orchestrator';

packages/cubejs-server-core/src/core/agentCollect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import crypto from 'crypto';
88
import WebSocket from 'ws';
99
import zlib from 'zlib';
1010
import { promisify } from 'util';
11-
import {LoggerFn} from "./types";
11+
import { LoggerFn } from './types';
1212

1313
const deflate = promisify(zlib.deflate);
1414
interface AgentTransport {

0 commit comments

Comments
 (0)