Skip to content

Commit 44319ee

Browse files
authored
Update project.ts
1 parent fb1c9a5 commit 44319ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/storage/project.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,7 @@ async function fetchProjectInfo(
561561
return projectInfo;
562562
}
563563

564+
// TODO(lizlooney): Move updateProjectIfNecessary to it's own file.
564565
async function updateProjectIfNecessary(
565566
storage: commonStorage.Storage, projectName: string): Promise<void> {
566567
const projectInfo = await fetchProjectInfo(storage, projectName);

0 commit comments

Comments
 (0)