fix: lint errors
This commit is contained in:
parent
b73ea37798
commit
fa3aa362a9
9 changed files with 9 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import { TFileEntityInfo, TFileSignedURLResponse } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import { TFileEntityInfo, TFileSignedURLResponse } from "@plane/types";
|
||||||
// helpers
|
// helpers
|
||||||
import { generateFileUploadPayload, getAssetIdFromUrl, getFileMetaDataForUpload } from "@/helpers/file.helper";
|
import { generateFileUploadPayload, getAssetIdFromUrl, getFileMetaDataForUpload } from "@/helpers/file.helper";
|
||||||
// services
|
// services
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import type { IInstanceInfo } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import type { IInstanceInfo } from "@plane/types";
|
||||||
// services
|
// services
|
||||||
import { APIService } from "@/services/api.service";
|
import { APIService } from "@/services/api.service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { IIssueLabel } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import { IIssueLabel } from "@plane/types";
|
||||||
// services
|
// services
|
||||||
import { APIService } from "./api.service";
|
import { APIService } from "./api.service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import type { IProjectMember, IProjectMembership } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import type { IProjectMember, IProjectMembership } from "@plane/types";
|
||||||
// services
|
// services
|
||||||
import { APIService } from "@/services/api.service";
|
import { APIService } from "@/services/api.service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { TProjectPublishSettings } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import { TProjectPublishSettings } from "@plane/types";
|
||||||
// services
|
// services
|
||||||
import { APIService } from "@/services/api.service";
|
import { APIService } from "@/services/api.service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { IState } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import { IState } from "@plane/types";
|
||||||
// services
|
// services
|
||||||
import { APIService } from "./api.service";
|
import { APIService } from "./api.service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { IUser, TUserProfile } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import { IUser, TUserProfile } from "@plane/types";
|
||||||
// services
|
// services
|
||||||
import { APIService } from "@/services/api.service";
|
import { APIService } from "@/services/api.service";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
import { TFileMetaDataLite, TFileSignedURLResponse } from "@plane/types";
|
|
||||||
import { API_BASE_URL } from "@plane/constants";
|
import { API_BASE_URL } from "@plane/constants";
|
||||||
|
import { TFileMetaDataLite, TFileSignedURLResponse } from "@plane/types";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @description from the provided signed URL response, generate a payload to be used to upload the file
|
* @description from the provided signed URL response, generate a payload to be used to upload the file
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue