Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBartusek committed Jun 5, 2021
1 parent c00e8ec commit 79e1804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/meteoalarm-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export class MeteoAlarmIntegration
awareness_level: awarenessLevel,
} = entity.attributes;

if(awarenessType == undefined || awarenessType == undefined) return;
if(awarenessType == undefined || awarenessLevel == undefined) return;

return {
headline: event || headline,
Expand Down

0 comments on commit 79e1804

Please sign in to comment.