Skip to content

Commit 876ff3a

Browse files
committed
chore: format code
1 parent 867e4e8 commit 876ff3a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

helpers/api.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,13 @@ export const publish = async (
102102
refreshToken: options.refreshToken,
103103
});
104104

105-
debug(`publishing to chrome store${options.trustedTesters ? ' for only trusted testers': ''}`);
105+
debug(
106+
`publishing to chrome store${
107+
options.trustedTesters
108+
? " for only trusted testers"
109+
: ""
110+
}`,
111+
);
106112
const result = await api.publish(
107113
options.trustedTesters ? "trustedUsers" : undefined,
108114
);

0 commit comments

Comments
 (0)