Skip to content

Commit

Permalink
Fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
Rochet2 authored Sep 24, 2023
1 parent fac1a1e commit 0eaa2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sscce-sequelize-6.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export async function run() {
});

class Foo extends Model {}

Foo.init({
id: {
type: DataTypes.INTEGER,
Expand All @@ -35,6 +34,7 @@ export async function run() {
modelName: 'Foo',
});

class Bar extends Model {}
Bar.init({
id: {
type: DataTypes.INTEGER,
Expand Down

0 comments on commit 0eaa2ed

Please sign in to comment.