geofot96/StudyBuddy

View on GitHub
notificationFunction/functions/index.js

Summary

Maintainability
A
0 mins
Test Coverage

Function sendNotification has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

  (data, context)=>{
    const user_id = context.params.user_id;
    const notification_id = context.params.notification_id;

    console.log('We have a notification to send to : ', user_id);
Severity: Minor
Found in notificationFunction/functions/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status