feat: 설문조사 정보도 DB정보를 이용하여 한번만 처리

This commit is contained in:
2023-03-25 03:07:38 +09:00
parent 9206b74500
commit 994c73adb2
3 changed files with 13 additions and 1 deletions
+3
View File
@@ -221,6 +221,9 @@ export type GetFrontInfoResponse = {
} | null
>;
};
aux: {
myLastVote?: number;
};
};