Skip to content

Commit d38c858

Browse files
committed
fix(mod): 조건문 더 간결하게
1 parent 479ce8d commit d38c858

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/common/hooks/apis/useGetIsLogin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const getIsLogin = async () => {
66
const response = await client.get('/api/test/is-login');
77
if (response.status === 200) {
88
if (response.data.data) return true;
9-
return false;
109
}
1110
return false;
1211
} catch {

0 commit comments

Comments
 (0)