utils-decorators icon indicating copy to clipboard operation
utils-decorators copied to clipboard

Return the original response in @exec-time

Open masoud-msk opened this issue 1 year ago • 5 comments

This example implies that @execTime decorator doesn't change the method signature:

    @execTime()
    getData(): Promise<DataDto> {
      return this.dataProvider.getData();
    }

But it's not true. This PR is fixing this.

Addressing #171

masoud-msk avatar Sep 30 '24 06:09 masoud-msk

@vlio20 It looks like you should update the CI job.

masoud-msk avatar Oct 07 '24 08:10 masoud-msk

trying...

vlio20 avatar Oct 07 '24 09:10 vlio20

@masoud-msk do you want to try and updated actions/upload-artifact: v1 ?

vlio20 avatar Oct 07 '24 09:10 vlio20

@vlio20 Sorry, I don't have any experience with GitHub Actions!

masoud-msk avatar Oct 12 '24 08:10 masoud-msk

@masoud-msk I fixed the CI. I have few questions regarding your PR.

vlio20 avatar Nov 02 '24 07:11 vlio20