fix(lib): dummy commit back to the center fix semantic-release

This commit is contained in:
Bartol Karuza 2019-05-13 21:20:11 +02:00
parent 1837b6d727
commit 5678c76c0e
1 changed files with 1 additions and 1 deletions

View File

@ -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';