gfw-api/gfw-subscription-api

View on GitHub
app/src/presenters/storyPresenter.js

Summary

Maintainability
A
0 mins
Test Coverage
F
33%
class StoryPresenter {

    static async transform(results) {
        results.alert_count = results.list.length;


        return results;
    }

}

module.exports = StoryPresenter;