overworked/hearthnet

View on GitHub
client/inbox/inbox.helper.js

Summary

Maintainability
A
0 mins
Test Coverage
Template.inbox.helpers({
    getOtherParticipants: function (participants) {
        return getOtherParticipants(participants);
    }
});