Skip to content

Commit b592ce2

Browse files
Robin BuschmannRobin Buschmann
authored andcommitted
build
1 parent 197be68 commit b592ce2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

interfaces/IFindOptions.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { col } from "sequelize";
44
import { and } from "sequelize";
55
import { or } from "sequelize";
66
import { WhereOptions } from "sequelize";
7-
import { FindOptionsAttriburesArray } from "sequelize";
7+
import { FindOptionsAttributesArray } from "sequelize";
88
import { IIncludeOptions } from "./IIncludeOptions";
99
import { literal } from "sequelize";
1010
import { SearchPathOptions } from "sequelize";
@@ -20,8 +20,8 @@ export interface IFindOptions extends LoggingOptions, SearchPathOptions {
2020
* `Sequelize.literal`, `Sequelize.fn` and so on), and the second is the name you want the attribute to
2121
* have in the returned instance
2222
*/
23-
attributes?: FindOptionsAttriburesArray | {
24-
include?: FindOptionsAttriburesArray;
23+
attributes?: FindOptionsAttributesArray | {
24+
include?: FindOptionsAttributesArray;
2525
exclude?: Array<string>;
2626
};
2727
/**

services/SequelizeService.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

services/SequelizeService.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)