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