mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-23 15:31:53 +08:00
style: lint code
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ function safeParseYup<T>(schema: yup.ObjectSchema<any>, data: unknown) {
|
||||
}
|
||||
|
||||
const createEnv = () => {
|
||||
// @ts-ignore
|
||||
// @ts-expect-error
|
||||
const envVars = Object.entries(import.meta.env).reduce<
|
||||
Record<string, string>
|
||||
>((acc, curr) => {
|
||||
|
||||
Reference in New Issue
Block a user