mirror of
https://github.com/discourse/discourse.git
synced 2024-11-26 21:16:18 +08:00
Remove unused variable
This commit is contained in:
parent
c57ab12238
commit
67d8ceedf1
|
@ -54,7 +54,7 @@ const isInside = (text, regex) => {
|
|||
|
||||
class Toolbar {
|
||||
constructor(opts) {
|
||||
const { site, siteSettings } = opts;
|
||||
const { siteSettings } = opts;
|
||||
this.shortcuts = {};
|
||||
this.context = null;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user