검증게시판 단계 추가
This commit is contained in:
@@ -98,6 +98,12 @@ export function invalidateAppSettingsCache() {
|
||||
_loadPromise = null;
|
||||
}
|
||||
|
||||
/** 서버에서 app-settings 재로드 후 캐시 갱신 (모바일 ↻ 동기화 등) */
|
||||
export function reloadAppSettingsCache(): Promise<AppSettingsDto> {
|
||||
invalidateAppSettingsCache();
|
||||
return ensureLoaded();
|
||||
}
|
||||
|
||||
// ─────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
/** DB 또는 fallback 기본값 접근 헬퍼 */
|
||||
|
||||
Reference in New Issue
Block a user