We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d0ce15 commit de1e41aCopy full SHA for de1e41a
src/apis/apis.service.ts
@@ -61,7 +61,7 @@ export class APIService {
61
62
const data: UserReg = response.data;
63
64
- await this.cacheManager.set(`user_reg:${username}`, JSON.stringify(data), 1000 * 60 * 60);
+ await this.cacheManager.set(`user_reg:${username}`, JSON.stringify(data), 1000 * 60 * 60 * 1000);
65
return data;
66
}
67
0 commit comments