Skip to content

Commit

Permalink
cleaning code and refactoring
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Valdes Gutierrez <[email protected]>
  • Loading branch information
BigSamu committed Dec 17, 2023
1 parent 10b7e74 commit b7af278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changeset-creator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const create_or_update_changeset = async (ghApp, octokit, payload) => {
const changesetFileName = `${prNumber}.yml`;
const changesetFilePath = `${CHANGESET_PATH}/${changesetFileName}`;

const forkOwnerOcktokit = getOcktokitClient(ghApp, prOwner, prRepo);
const forkOwnerOcktokit = await getOcktokitClient(ghApp, prOwner, prRepo);
// Create or update the changeset file using Github API
await createOrUpdateFile(
forkOwnerOcktokit,
Expand Down

0 comments on commit b7af278

Please sign in to comment.