Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
suhaotian committed Mar 27, 2024
1 parent 7bb1e39 commit e46dfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/tests/server.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import express from 'express';
import multer from 'multer';

import { decrypt } from './encrypt-descypt/encryption';
import { decrypt } from './encrypt-decrypt/encryption';

export async function startServer(port: number) {
const app = express();
Expand Down

0 comments on commit e46dfab

Please sign in to comment.