Skip to content

Commit 2499250

Browse files
committed
Run prettier
1 parent a9d83ae commit 2499250

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/index.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -462,11 +462,11 @@ export namespace OneSignal {
462462
}
463463

464464
const convertedTags = tags as { [key: string]: any };
465-
Object.keys(tags).forEach(function(key){
466-
// forces values to be string types
467-
if (typeof convertedTags[key] !== "string") {
468-
convertedTags[key] = JSON.stringify(convertedTags[key]);
469-
}
465+
Object.keys(tags).forEach(function (key) {
466+
// forces values to be string types
467+
if (typeof convertedTags[key] !== 'string') {
468+
convertedTags[key] = JSON.stringify(convertedTags[key]);
469+
}
470470
});
471471

472472
RNOneSignal.addTags(tags);

0 commit comments

Comments
 (0)