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.
1 parent 37acb78 commit 77e40bfCopy full SHA for 77e40bf
showcases/data/Lambda/Activator - Hosted service/code.pure
@@ -8,8 +8,7 @@ function model::greet(name: String[1]): String[1]
8
function model::processData(data: String[1]): String[1]
9
{
10
'Processed data: ' + $data
11
-}
12
-###HostedService
+}###HostedService
13
// Basic hosted service with UserList ownership
14
HostedService model::BasicHostedService
15
0 commit comments