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.
2 parents 99a9134 + 0ee60dc commit 8e77fd4Copy full SHA for 8e77fd4
template/services/greeter.service.ts
@@ -1,13 +1,13 @@
1
"use strict";
2
3
-import {Service, ServiceBroker ,Context} from "moleculer";
+import {Service, ServiceBroker, Context} from "moleculer";
4
5
export default class GreeterService extends Service {
6
7
public constructor(public broker: ServiceBroker) {
8
super(broker);
9
this.parseServiceSchema({
10
- name:"greeter",
+ name: "greeter",
11
actions:{
12
/**
13
* Say a 'Hello' action.
0 commit comments