We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082bbd1 commit 5b1c6b6Copy full SHA for 5b1c6b6
src/command/user/followed.ts
@@ -27,5 +27,5 @@ export const isFollowed = async (following?: string, follower?: string) => {
27
'following'
28
)
29
30
- logger.info(`${isFollowed ? 'Followed!' : 'Not followed.'}`)
+ logger.info(isFollowed ? 'Followed!' : 'Not followed.')
31
}
0 commit comments