feat: update ApiTokenGuard to always allow access, add updateDatabase method to ProjectService, enhance QueryExecuterService with job options, integrate QueueModule in QueryModule, apply ApiTokenGuard to RedisManagerController, refactor Plugin class to include methods, implement new methods in RedisPlugin, and remove unused async.js module
This commit is contained in:
@ -8,7 +8,7 @@ export class QueryPlugin extends Plugin {
|
||||
private query: Query,
|
||||
private QueryExecuterService: QueryExecuterService
|
||||
) {
|
||||
super(name);
|
||||
super(name, ["run"]);
|
||||
}
|
||||
|
||||
static async init(query: Query, queryExecuterService: QueryExecuterService) {
|
||||
|
||||
Reference in New Issue
Block a user