mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Tools: Apply linter
This commit is contained in:
parent
4a7c1f54d2
commit
334da21a3b
@ -1,10 +1,10 @@
|
||||
import ShareExtension, { SharedData } from './ShareExtension';
|
||||
|
||||
const Note = require('lib/models/Note.js');
|
||||
const checkPermissions = require('lib/checkPermissions.js').default;
|
||||
const { ToastAndroid } = require('react-native');
|
||||
const { PermissionsAndroid } = require('react-native');
|
||||
|
||||
import ShareExtension, { SharedData } from './ShareExtension';
|
||||
|
||||
export default async (sharedData: SharedData, folderId: string, dispatch: Function) => {
|
||||
|
||||
if (!!sharedData.resources && sharedData.resources.length > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user