Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MixailE committed Nov 8, 2023
1 parent 2097244 commit adff6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/sendFirebaseNotification.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default async function ({
const tokensToDelete: string[] = []
let successful = 0
let unsuccessful = 0
response.responses.forEach(async (response, index) => {
response.responses.forEach((response, index) => {
const token = chunk[index]
if (response.success) {
console.log(response)
Expand Down

0 comments on commit adff6eb

Please sign in to comment.