Skip to content

Commit 695797f

Browse files
Mohit TejaniMohit Tejani
authored andcommitted
fix: codacy suggestion about curly braces in herenow operation code.
1 parent 7e025c9 commit 695797f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Api/PubnubApi/EndPoint/Presence/HereNowOperation.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,11 @@ public HereNowOperation Limit(int limit)
7474
}
7575

7676
if (limit > 1000)
77+
{
7778
logger.Debug(
7879
"Provided 'limit' value exceeds the maximum allowed (1000). The value has been capped to 1000.");
80+
}
81+
7982
return this;
8083
}
8184

0 commit comments

Comments
 (0)