Fix Podcast.js indentation

This commit is contained in:
Marcos Carvalho 2023-10-03 22:42:34 +01:00 committed by GitHub
parent 309f5ef5e3
commit 56ff12eaaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
const {DataTypes, Model} = require('sequelize') const { DataTypes, Model } = require('sequelize')
class Podcast extends Model { class Podcast extends Model {
constructor(values, options) { constructor(values, options) {