Skip to content

Commit

Permalink
fix build and biome check
Browse files Browse the repository at this point in the history
  • Loading branch information
yashha committed Dec 1, 2023
1 parent a975b8f commit 25e6f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: pnpm install

- name: Run basic tests
run: pnpm ci
run: pnpm run ci
2 changes: 1 addition & 1 deletion src/controllers/percollate.controller.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Request, Response, NextFunction } from "express";
import { NextFunction, Request, Response } from "express";
import { PercollateService } from "../services/percollate.service.js";

export interface Options {
Expand Down

0 comments on commit 25e6f83

Please sign in to comment.