Skip to content

Commit 104a68c

Browse files
committed
1 parent 9c823fa commit 104a68c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@beyounglabs/alfred",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"description": "Alfred JS Framework",
55
"main": "index.js",
66
"repository": "[email protected]:beautybrands/alfred.git",

src/typeorm/base.repository.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ export class BaseRepository<
9595
return methodName;
9696
}
9797

98+
/**
99+
* Usage this.getCacheKey(arguments)
100+
*/
98101
protected getCacheKey(props: IArguments): string {
99102
if (!this.getUseCache()) {
100103
return '';

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"module": "commonjs",
44
"declaration": true,
55
"noImplicitAny": false,
6-
"removeComments": true,
6+
"removeComments": false,
77
"noLib": false,
88
"emitDecoratorMetadata": true,
99
"experimentalDecorators": true,

0 commit comments

Comments
 (0)