chore: Move to prettier standard double quotes (#1309)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// @flow
|
||||
import { DataTypes, sequelize } from '../sequelize';
|
||||
import { DataTypes, sequelize } from "../sequelize";
|
||||
|
||||
const Star = sequelize.define('star', {
|
||||
const Star = sequelize.define("star", {
|
||||
id: {
|
||||
type: DataTypes.UUID,
|
||||
defaultValue: DataTypes.UUIDV4,
|
||||
|
||||
Reference in New Issue
Block a user