Skip to content

Commit

Permalink
ran prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
russgove committed Jul 17, 2024
1 parent cd458b0 commit 09ebc2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/mgt-components/src/graph/graph.files.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const getIterator = async (

// get iterator from cached values
const cache: CacheStore<CacheFileList> = CacheService.getCache<CacheFileList>(schemas.fileLists, storeName);
const cacheKey=`${endpoint}:${top}`;
const cacheKey = `${endpoint}:${top}`;
const fileList = await getFileListFromCache(cache, storeName, cacheKey);
if (fileList) {
filesPageIterator = getFilesPageIteratorFromCache(graph, fileList.files, fileList.nextLink);
Expand Down
2 changes: 1 addition & 1 deletion packages/mgt-element/src/utils/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
// THIS FILE IS AUTO GENERATED
// ANY CHANGES WILL BE LOST DURING BUILD

export const PACKAGE_VERSION = '4.1.0';
export const PACKAGE_VERSION = '4.2.3';

0 comments on commit 09ebc2f

Please sign in to comment.