Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsilvestre committed Dec 13, 2023
1 parent 0ad3f7f commit b670406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion prisma/kanjisense/seedKanjisenseFigureReadings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { registerSeeded } from "../seedUtils";

import { executeAndLogTime } from "./executeAndLogTime";
import { findGuangyunEntriesByShinjitai } from "./findGuangyunEntriesByShinjitai";
import { getAllCharactersAndVariantFigures } from "./getAllCharacters";

export async function seedKanjisenseFigureReadings(
prisma: PrismaClient,
Expand Down
13 changes: 0 additions & 13 deletions prisma/kanjisense/seedKanjisenseFigures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { readFileSync } from "node:fs";
import {
KanjiDbVariantType,
KanjisenseFigureRelation,
Prisma,
PrismaClient,
} from "@prisma/client";
import yaml from "yaml";
Expand Down Expand Up @@ -705,15 +704,3 @@ function setReduce<T, U>(
}
return acc;
}

function createFirstClassComponentsInput<
T extends
| Prisma.XOR<
Prisma.KanjisenseComponentUseCreateWithoutParentInput,
Prisma.KanjisenseComponentUseUncheckedCreateWithoutParentInput
>
| Prisma.KanjisenseComponentUseCreateWithoutParentInput[]
| Prisma.KanjisenseComponentUseUncheckedCreateWithoutParentInput[],
>(input: T): T {
return input;
}

0 comments on commit b670406

Please sign in to comment.