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 144ae66 commit a4d4f9fCopy full SHA for a4d4f9f
packages/velog-server/src/services/UserService/index.ts
@@ -254,7 +254,7 @@ export class UserService implements Service {
254
throw error
255
}
256
257
- this.redis.set(key, data, 'EX', Time.ONE_MINUTE_S * 30)
+ this.redis.set(key, data, 'EX', Time.ONE_MINUTE_IN_S * 30)
258
259
public async confirmChangeEmail(code: string, signedUserId?: string): Promise<void> {
260
if (!signedUserId) {
0 commit comments