Skip to content

Commit 076bb57

Browse files
committed
chore: format code
1 parent 876ff3a commit 076bb57

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

helpers/api.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ export const publish = async (
104104

105105
debug(
106106
`publishing to chrome store${
107-
options.trustedTesters
108-
? " for only trusted testers"
109-
: ""
107+
options.trustedTesters ? " for only trusted testers" : ""
110108
}`,
111109
);
112110
const result = await api.publish(

0 commit comments

Comments
 (0)