Skip to content

Commit

Permalink
remove bad character
Browse files Browse the repository at this point in the history
  • Loading branch information
tlgimenes committed Jan 11, 2024
1 parent 1681280 commit f10da2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/actions/releases/fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const action = (_props: Props, req: Request) => {
type: "state-patched",
payload: operations,
etag: await storage.revision(),
metadata: {}, // TODO: add metadataß
metadata: {}, // TODO: add metadata
ack,
});
} catch ({ name, operation }) {
Expand Down

0 comments on commit f10da2c

Please sign in to comment.