Skip to content

Commit e3dc008

Browse files
committed
chore: lint 问题
1 parent 01bab9b commit e3dc008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const createContext = (context: IPluginContext) => {
4040
*/
4141
const getData = async (
4242
urlOrPath: string,
43-
outDir: string,
43+
_outDir: string,
4444
): Promise<ISwaggerResult> => {
4545
try {
4646
// const lockFile = await readFile(`${outDir}/${LOCK_FILE}`);

0 commit comments

Comments
 (0)