Skip to content

Commit

Permalink
Merge branch 'main' into feature/#21-league
Browse files Browse the repository at this point in the history
  • Loading branch information
1nayu committed May 9, 2024
2 parents 38ca775 + 6b45633 commit f7c6403
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 f7c6403

Please sign in to comment.