gfw-api/gfw-subscription-api

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

Summary

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

    static async transform(results) {
        results.alert_count = results.value;

        return results;
    }

}

module.exports = Forma250GFWPresenter;