Skip to content

Commit

Permalink
fix(lib): dummy commit fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
bartolkaruza committed May 13, 2019
1 parent ff71da1 commit 33af018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/CameraRoll.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class CameraRoll {
invariant(
type === 'photo' || type === 'video' || type === undefined,
`The second argument to saveToCameraRoll must be 'photo' or 'video'. You passed ${type ||
'unknown'}`,
'unknown'}.`,
);
let mediaType = 'photo';
Expand Down

0 comments on commit 33af018

Please sign in to comment.