Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
clean-and-itasks
iTasks-SDK
Commits
acc99371
Commit
acc99371
authored
Aug 24, 2018
by
Mart Lubbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix backwards compatibility for publish
parent
d30db4a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Libraries/iTasks/Engine.dcl
Libraries/iTasks/Engine.dcl
+1
-1
No files found.
Libraries/iTasks/Engine.dcl
View file @
acc99371
...
...
@@ -44,7 +44,7 @@ onRequest :: String (Task a) -> StartableTask | iTask a
onStartupWithAttributes
::
(
Task
a
)
TaskAttributes
->
StartableTask
|
iTask
a
onRequestFromRequest
::
String
(
HTTPRequest
->
Task
a
)
->
StartableTask
|
iTask
a
publish
:==
onRequest
//Backwards compatibility
publish
:==
onRequest
FromRequest
//Backwards compatibility
class
Startable
a
where
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment