Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into feature/#28-add-team-details-display
Browse files Browse the repository at this point in the history
  • Loading branch information
testusuke authored May 12, 2024
2 parents 73718d1 + 6b45633 commit 59ab1d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/TeamTagModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {TeamTagRepository, teamTagRepository} from "@/src/repositories/TeamTagRe
export type TeamTag = {
id: number,
name: string,
sportId: number | null,
createdAt: string,
updatedAt: string
}
Expand Down

0 comments on commit 59ab1d2

Please sign in to comment.