Commit e71b3021 authored by nanahira's avatar nanahira

missing

parent a8a56bf4
Pipeline #21871 passed with stages
in 5 minutes and 52 seconds
import { CacheKey } from 'aragami';
import { CacheKey, CacheTTL } from 'aragami';
import { ApiProperty } from '@nestjs/swagger';
export class ConversationBase {
......@@ -20,6 +20,7 @@ export class ConversationDto extends ConversationBase {
isNewConversation: boolean;
}
@CacheTTL(7200000)
export class ConversationStorage extends ConversationBase {
account: string;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment