fix(lib): dummy commit fix semantic-release
This commit is contained in:
parent
ff71da1709
commit
33af0183f1
|
@ -140,7 +140,7 @@ class CameraRoll {
|
||||||
invariant(
|
invariant(
|
||||||
type === 'photo' || type === 'video' || type === undefined,
|
type === 'photo' || type === 'video' || type === undefined,
|
||||||
`The second argument to saveToCameraRoll must be 'photo' or 'video'. You passed ${type ||
|
`The second argument to saveToCameraRoll must be 'photo' or 'video'. You passed ${type ||
|
||||||
'unknown'}`,
|
'unknown'}.`,
|
||||||
);
|
);
|
||||||
|
|
||||||
let mediaType = 'photo';
|
let mediaType = 'photo';
|
||||||
|
|
Loading…
Reference in New Issue