Skip to content

Commit bab9b20

Browse files
Restyled by prettier
1 parent 34598b6 commit bab9b20

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

metering/serverless.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
plugins:
32
- serverless-offline
43

@@ -25,12 +24,11 @@ custom:
2524
- mainnet
2625
origin:
2726
local: localhost
28-
ropsten: '*'
29-
mainnet: 'snet.com'
30-
27+
ropsten: "*"
28+
mainnet: "snet.com"
3129

3230
package:
33-
include:
31+
? include
3432
exclude:
3533
- tests/**
3634
- .gitignore
@@ -39,9 +37,9 @@ functions:
3937
get-freecalls:
4038
handler: handlers/freecall_handler.main
4139

42-
# The following are a few example events you can configure
43-
# NOTE: Please make sure to change your handler code to work with those events
44-
# Check the event documentation for details
40+
# The following are a few example events you can configure
41+
# NOTE: Please make sure to change your handler code to work with those events
42+
# Check the event documentation for details
4543
events:
4644
- http:
4745
path: /usage/freecalls

0 commit comments

Comments
 (0)