mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-26 20:39:08 +01:00
Change filepath for new location of notices.
This commit is contained in:
parent
afb60b9061
commit
88882f547e
@ -1,5 +1,5 @@
|
|||||||
const EventEmitter = require('events').EventEmitter
|
const EventEmitter = require('events').EventEmitter
|
||||||
const hardCodedNotices = require('../../development/notices.json')
|
const hardCodedNotices = require('../../notices/notices.json')
|
||||||
|
|
||||||
module.exports = class NoticeController extends EventEmitter {
|
module.exports = class NoticeController extends EventEmitter {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user