Skip to content

Commit

Permalink
Fix typo in project fetcher
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprev committed Dec 21, 2023
1 parent 8105d07 commit 9b24abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/services/project-fetcher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class ProjectFetcher {
}
}
revisions(versionId: $version_id) {
revisions(versionId: $versionId) {
id
isMaster
translatedCount
Expand Down

0 comments on commit 9b24abd

Please sign in to comment.