fix: format
This commit is contained in:
parent
91cdd434b6
commit
01320f9748
@ -125,7 +125,7 @@ const run = async ({
|
||||
head: TYPE_UPDATE_BRANCH,
|
||||
title: 'Update types',
|
||||
body: `Patches the frontend based on the [datanode changes](https://github.com/${apiRepoOwner}/${apiRepoName}/commit/${apiCommitHash}).`,
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
};
|
||||
|
@ -119,7 +119,7 @@ const run = async ({
|
||||
.split('\n')
|
||||
.filter((file) => file !== '');
|
||||
|
||||
console.log(frontendRepoOwner, frontendRepoName)
|
||||
console.log(frontendRepoOwner, frontendRepoName);
|
||||
|
||||
if (unstagedFiles.length) {
|
||||
launchGitWorkflow({
|
||||
|
@ -12,12 +12,8 @@ module.exports = async (url, { githubAuthToken, body }) => {
|
||||
};
|
||||
options.agent = new https.Agent(options);
|
||||
|
||||
return request(
|
||||
url,
|
||||
{
|
||||
...options,
|
||||
body,
|
||||
}
|
||||
);
|
||||
|
||||
}
|
||||
return request(url, {
|
||||
...options,
|
||||
body,
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user