Revert "xo: Fix import/extensions."

This reverts commit 5623ab3866.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2022-03-08 21:58:40 -08:00
parent bc59714192
commit 4151e020f6
45 changed files with 179 additions and 179 deletions

View File

@@ -9,9 +9,9 @@ import * as Sentry from "@sentry/electron";
import getStream from "get-stream";
import * as z from "zod";
import Logger from "../common/logger-util.js";
import * as Messages from "../common/messages.js";
import type {ServerConf} from "../common/types.js";
import Logger from "../common/logger-util";
import * as Messages from "../common/messages";
import type {ServerConf} from "../common/types";
export async function fetchResponse(
request: ClientRequest,