mirror of
https://github.com/outline/outline.git
synced 2026-06-13 03:14:59 +03:00
Use filtered fetch in Figma and Linear plugins (#11701)
* Initial plan * chore: use filtered fetch in Figma and Linear plugins Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: tommoor <380914+tommoor@users.noreply.github.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { z } from "zod";
|
||||
import fetch from "@server/utils/fetch";
|
||||
import env from "./env";
|
||||
import { FigmaUtils } from "../shared/FigmaUtils";
|
||||
import type { UnfurlSignature } from "@server/types";
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import type { Issue, WorkflowState } from "@linear/sdk";
|
||||
import { LinearClient } from "@linear/sdk";
|
||||
import fetch from "@server/utils/fetch";
|
||||
import sortBy from "lodash/sortBy";
|
||||
import { z } from "zod";
|
||||
import type { IntegrationType } from "@shared/types";
|
||||
|
||||
Reference in New Issue
Block a user