Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
amerharb committed Nov 27, 2023
1 parent 08d7c20 commit 2b6c69d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/app/[lang]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default function Home({ params }: { params: { lang: string } }) {
key={msg.id}
message={msg}
onSave={async (text) => {
const res = await fetch(
await fetch(
`/api/translations/${params.lang}/${msg.id}`,
{
body: JSON.stringify({
Expand Down

0 comments on commit 2b6c69d

Please sign in to comment.