Skip to content

Commit

Permalink
Lint ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joonashak committed Oct 6, 2024
1 parent 4251c6e commit a801aea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions server/src/entities/signature/signature.service.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { Injectable } from "@nestjs/common";
import { CreatableSignature } from "./dto/add-signatures.dto";
import { UpdateableSignature } from "./dto/update-signatures.dto";
Expand Down
1 change: 1 addition & 0 deletions server/src/entities/system/system.resolver.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/no-unused-vars */
import { RequireAuthentication } from "@joonashak/nestjs-clone-bay";
import { Args, Query, Resolver } from "@nestjs/graphql";
import { FolderAction } from "../../access-control/folder/folder-role/folder-action.enum";
Expand Down

0 comments on commit a801aea

Please sign in to comment.