Skip to content

Commit 5b1c6b6

Browse files
committed
refactor: simplify code
1 parent 082bbd1 commit 5b1c6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/command/user/followed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ export const isFollowed = async (following?: string, follower?: string) => {
2727
'following'
2828
)
2929

30-
logger.info(`${isFollowed ? 'Followed!' : 'Not followed.'}`)
30+
logger.info(isFollowed ? 'Followed!' : 'Not followed.')
3131
}

0 commit comments

Comments
 (0)