mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-22 15:15:12 +08:00
fix(spec): fix bad ref
This commit is contained in:
parent
42d7aa47b4
commit
33c469f064
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import {
|
|||
SyncbackMetadataTask,
|
||||
} from 'nylas-exports';
|
||||
|
||||
import NotifyPluginsOfSendTask from '../../src/flux/tasks/notify-plugis-of-send-task'
|
||||
import NotifyPluginsOfSendTask from '../../src/flux/tasks/notify-plugins-of-send-task'
|
||||
|
||||
const DBt = DatabaseTransaction.prototype;
|
||||
const withoutWhitespace = (s) => s.replace(/[\n\r\s]/g, '');
|
||||
|
|
Loading…
Reference in a new issue