fmt
This commit is contained in:
parent
46ff9324b7
commit
2c290aae7f
|
@ -14,4 +14,4 @@ helm-charts
|
|||
.idea
|
||||
coverage*
|
||||
*.js
|
||||
dist/
|
||||
dist/
|
||||
|
|
|
@ -2,4 +2,4 @@
|
|||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
|
||||
"rangeStrategy": "pin"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import type { Request, Response } from "express";
|
||||
import { readdirSync } from "fs";
|
||||
import type { Response, Request } from "express";
|
||||
|
||||
function ad() {
|
||||
const ad_list = readdirSync("static/ads/hor/");
|
||||
|
|
Loading…
Reference in New Issue