Skip to content

Commit e553648

Browse files
fix(chore): update release action 4
1 parent 1083d46 commit e553648

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@ class QueuesController {
194194
class Internals {
195195
options: PluginOptions;
196196
queues!: any[];
197+
197198
constructor(options: PluginOptions) {
198199
this.options = options;
199200
}
201+
200202
async onPostStart(server: Hapi.Server) {
201203
const { basePath } = this.options;
202204

0 commit comments

Comments
 (0)