Skip to content

backmerge #1076

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 2, 2024
Merged

backmerge #1076

merged 11 commits into from
May 2, 2024

Conversation

ayushaga14
Copy link
Contributor

No description provided.

for (String ts: countMap.keySet()) {
UpdatePayload updatePayload = new UpdatePayload("countMap." + ts, countMap.get(ts), "inc");
individualUpdates.add(updatePayload.toString());
count += countMap.get(ts);

Check failure

Code scanning / CodeQL

Implicit narrowing conversion in compound assignment High

Implicit cast of source type Long to narrower destination type
int
.
@ayushaga14 ayushaga14 merged commit 6b29328 into develop May 2, 2024
11 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants