Skip to content

Commit

Permalink
fix: error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jbj338033 committed Dec 10, 2024
1 parent a2223d6 commit 541554e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/database.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { DatabaseClassEntry } from "../types/database";
import { DatabaseEntry } from "../types/database";

export const DATABASE_CLASS_ENTRIES: DatabaseClassEntry[] = [
export const DATABASE_CLASS_ENTRIES: DatabaseEntry[] = [
{
id: 1,
week: 1,
Expand Down

0 comments on commit 541554e

Please sign in to comment.