Skip to content

Commit ea38bc5

Browse files
Mohit TejaniMohit Tejani
authored andcommitted
fix minor lint
1 parent c63d76f commit ea38bc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/file/modules/react-native.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ export class PubNubFile implements PubNubFileInterface {
159159
contentLength = fileData.size;
160160
} catch (error) {
161161
throw new Error(
162-
`Unable to create file from provided data type. ArrayBuffer, Blob, or string expected. Error: ${error}`
162+
`Unable to create file from provided data type. ArrayBuffer, Blob, or string expected.Error: ${error}`,
163163
);
164164
}
165165
}

0 commit comments

Comments
 (0)