chore: use force instead of forceRefresh (#4394)

This commit is contained in:
Jason Rasmussen
2023-10-08 23:16:13 -04:00
committed by GitHub
parent 687d896c63
commit d8e66acd02
3 changed files with 22 additions and 23 deletions
-1
View File
@@ -23,7 +23,6 @@ export interface IOfflineLibraryFileJob extends IEntityJob {
export interface ILibraryFileJob extends IEntityJob {
ownerId: string;
assetPath: string;
forceRefresh: boolean;
}
export interface ILibraryRefreshJob extends IEntityJob {