Skip to content

Commit

Permalink
chore: Removed latest_github_commit in version.ts and resources.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-bit authored and samad-yar-khan committed Jul 10, 2024
1 parent d73c7ef commit ce5a39f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions web-server/pages/api/internal/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ type ProjectVersionInfo = {
};

type CheckNewVersionResponse = {
latest_github_commit: string;
latest_docker_image: string;
github_repo: string;
current_github_commit: string;
Expand Down Expand Up @@ -153,7 +152,6 @@ async function checkNewImageRelease(): Promise<CheckNewVersionResponse> {
const githubRepLink = `https://github.com/${githubOrgName}/${githubRepoName}`;

return {
latest_github_commit: githubLatestCommit.sha,
latest_docker_image: latestDockerImageLink,
github_repo: githubRepLink,
current_github_commit: versionInfo.merge_commit_sha,
Expand Down
1 change: 0 additions & 1 deletion web-server/src/types/resources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ export enum OnboardingStep {
export type IntegrationsLinkedAtMap = Record<keyof IntegrationsMap, DateString>;

export type ImageStatusApiResponse = {
latest_github_commit: string;
latest_docker_image: string;
is_update_available: boolean;
};
Expand Down

0 comments on commit ce5a39f

Please sign in to comment.