Skip to content

Commit

Permalink
🔨 unify r2 config dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Sep 10, 2024
1 parent 5264ab0 commit ca16a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminSiteServer/chartConfigR2Helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Base64String } from "../serverUtils/serverUtil.js"

export enum R2GrapherConfigDirectory {
byUUID = "config/by-uuid",
publishedGrapherBySlug = "grapher/by-slug",
publishedGrapherBySlug = "config/by-slug",
}

const getS3Client: () => S3Client = lazy(
Expand Down

0 comments on commit ca16a84

Please sign in to comment.