We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db2992 commit ec20e37Copy full SHA for ec20e37
API/api.js
@@ -399,6 +399,7 @@ module.exports = {
399
}
400
this.executeQuery(this.checkDelay(query, req), res);
401
});
402
+ this.sendSocketNotification("UPDATE");
403
return;
404
405
CHANGELOG.md
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [2.3.6] - 2021-08-01
8
+
9
+### Fixed
10
11
+- API now updates the modules list
12
13
## [2.3.5] - 2021-07-08
14
15
### Added
0 commit comments