Skip to content

Commit

Permalink
chore: don't export GithubAccount class
Browse files Browse the repository at this point in the history
  • Loading branch information
ZibanPirate committed Sep 5, 2024
1 parent 1e966ac commit d621c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/github/dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export class GitHubListRepositoryLanguagesResponse {
languages!: Map<string, number>;
}

export class GithubAccount {
class GithubAccount {
@IsString()
login!: string;
}
Expand Down

0 comments on commit d621c6c

Please sign in to comment.