Merge pull request #18756 from overleaf/csh-issue-18573-remove-filestore-public-code

Remove public files code from filestore

GitOrigin-RevId: 05aedc8bc1068dc6cfb17c9f9402fddce273b4a9
This commit is contained in:
Christopher Hoskin
2024-08-02 12:17:07 +01:00
committed by Copybot
parent 0f2aaa6c0c
commit fa8161d4ce
9 changed files with 16 additions and 76 deletions

View File

@@ -50,6 +50,12 @@ lint:
lint_fix:
$(RUN_LINTING) lint:fix
lint_styles:
$(RUN_LINTING) lint:styles
lint_styles_fix:
$(RUN_LINTING) lint:styles:fix
typecheck:
$(RUN_LINTING) types:check