fix(lib): dummy commit back to the center fix semantic-release
This commit is contained in:
parent
1837b6d727
commit
5678c76c0e
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue