Skip to content

Commit

Permalink
fix resume.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasdavis committed Jul 11, 2024
1 parent a577bd4 commit 8805d5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/registry/app/components/Editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ const sampleResume = {
],
};

const RESUME_GIST_NAME = 'resumeaa.json';
const RESUME_GIST_NAME = 'resume.json';

export default async function Page() {
const session = await auth();
Expand Down

0 comments on commit 8805d5e

Please sign in to comment.