FredericHeem/starhackit

View on GitHub
server/src/plugins/expoPush/PushTokenModel.js

Summary

Maintainability
A
1 hr
Test Coverage

Function exports has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function(sequelize, DataTypes) {
  const PushToken = sequelize.define(
    "PushToken",
    {
      token: {
Severity: Minor
Found in server/src/plugins/expoPush/PushTokenModel.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status