diff options
author | bobzel <zzzman@gmail.com> | 2024-10-11 15:55:19 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-10-11 15:55:19 -0400 |
commit | 76abb174684f2cd231a0dd9f6b71484c16e0498a (patch) | |
tree | 8d824b7218440948008281b8d63784ad38e75bcb /src/server/GarbageCollector.ts | |
parent | 66f2b03283a1e42c48b1c16b4344b730c0a2e9f3 (diff) |
fixes for quiz mode - comparisonbox renderSide fixes. scrolling doesn't propagate out of carousel or card views. fix for text with image Doc - now gets saved to UPDATE_CACHE working set.
Diffstat (limited to 'src/server/GarbageCollector.ts')
-rw-r--r-- | src/server/GarbageCollector.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/GarbageCollector.ts b/src/server/GarbageCollector.ts index 041f65592..74e8c288a 100644 --- a/src/server/GarbageCollector.ts +++ b/src/server/GarbageCollector.ts @@ -1,7 +1,4 @@ /* eslint-disable no-await-in-loop */ -/* eslint-disable no-continue */ -/* eslint-disable no-cond-assign */ -/* eslint-disable no-restricted-syntax */ import * as fs from 'fs'; import * as path from 'path'; import { Database } from './database'; |