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'; import { ApiProperty } from '@nestjs/swagger';
export class ConversationBase { export class ConversationBase {
...@@ -20,6 +20,7 @@ export class ConversationDto extends ConversationBase { ...@@ -20,6 +20,7 @@ export class ConversationDto extends ConversationBase {
isNewConversation: boolean; isNewConversation: boolean;
} }
@CacheTTL(7200000)
export class ConversationStorage extends ConversationBase { export class ConversationStorage extends ConversationBase {
account: string; 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