Skip to content

Commit 8e77fd4

Browse files
authored
Merge pull request #45 from wi-ski/patch-2
Update greeter.service.ts
2 parents 99a9134 + 0ee60dc commit 8e77fd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/services/greeter.service.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
"use strict";
22

3-
import {Service, ServiceBroker ,Context} from "moleculer";
3+
import {Service, ServiceBroker, Context} from "moleculer";
44

55
export default class GreeterService extends Service {
66

77
public constructor(public broker: ServiceBroker) {
88
super(broker);
99
this.parseServiceSchema({
10-
name:"greeter",
10+
name: "greeter",
1111
actions:{
1212
/**
1313
* Say a 'Hello' action.

0 commit comments

Comments
 (0)