Helcio Pandelo

Results 8 comments of Helcio Pandelo

> const sinesp = require('sinesp-api') > > module.exports = app => { > > ``` > const get = async (req, res) => { > var placa = 'AAA0001' >...

Worked by adding the foreignKey right after the Model ```ts @Column @ForeignKey(() => Profile) ContractorId!: string @BelongsTo(() => Profile, 'ContractorId') Contractor!: Profile @Column @ForeignKey(() => Profile) ClientId!: string @BelongsTo(() =>...

**Update:** File: [foreign-key-service.ts#L34](https://github.com/sequelize/sequelize-typescript/blob/837a3cc7b1ef111d4597eb58aa5b7a9b91b665b6/src/associations/foreign-key/foreign-key-service.ts#L34) The `break` instruction will make the method return only the first foreign key from the methods In my scenario, the `foreignKeys` array retrieved from `getForeignKeys(classWithForeignKey.prototype)` it's like...

+1 Please!!! It's vital sometimes. I'm spending almost all day redeploying things and checking if the version was affected or not

I'm using the following before the build and the deploy steps ```yaml - name: Install Deno uses: denoland/setup-deno@v2 with: deno-version: v2.2.3 ```

> Hey! Thanks for the issue. Do you happen to be using bash? Currently, zsh