Skip to content

Commit

Permalink
Add missing one-time setting
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaals committed Nov 15, 2019
1 parent a9e82c4 commit 4d607d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/src/Upload.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const Upload = () => {
const { data, status } = await uploadFile({
expiration,
message: file.data,
one_time: onetime,
});

if (status !== 200) {
Expand Down

0 comments on commit 4d607d8

Please sign in to comment.