Prettier -w

Signed-off-by: Josh Maxwell <jmaxwell@qualtrics.com>
This commit is contained in:
Josh Maxwell
2022-10-24 23:15:08 -06:00
parent 5025d2e8b6
commit 8a77c639a1
@@ -186,7 +186,7 @@ export function createPublishGitlabAction(options: {
});
if (topics.length) {
await client.Projects.edit(projectId, {topics});
await client.Projects.edit(projectId, { topics });
}
// When setUserAsOwner is true the input token is expected to come from an unprivileged user GitLab