Skip to content

Commit

Permalink
Merge pull request #105 from supabase/fix/s3fdw-docs-example
Browse files Browse the repository at this point in the history
fix: unnecessary semicolon in docs example
  • Loading branch information
burmecia authored Jun 17, 2023
2 parents c63e89a + a0b7e11 commit fb90754
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ values
...
}',
(select id from pgsodium.valid_key where name = 'firebase')
);
)
returning
key_id;
```
Expand Down
2 changes: 1 addition & 1 deletion docs/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ values
(
'AKIAXXXXXX',
(select id from pgsodium.valid_key where name = 'vault_access_key_id')
);
)
returning
key_id;
```
Expand Down

0 comments on commit fb90754

Please sign in to comment.