You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/app-messages.js
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,6 @@ module.exports = {
16
16
tooManyParams: (method)=>`Can't call "${method}" because there are too many parameters.`
17
17
}
18
18
},
19
-
log: {
20
-
subscription: (apiUrl,displayUrl,resourceUrl,protocol)=>`Subscriber <a href="${apiUrl}">${displayUrl}</a> requests notification when the <a href="${resourceUrl}">resource</a> changes via <i>${protocol}</i> protocol.`,
21
-
ping: (resourceUrl,result)=>`The <a href="${resourceUrl}">resource</a> was said to have changed. We checked and the claim appears to be ${result}.`,
22
-
notify: (apiUrl,displayUrl,resourceUrl,protocol)=>`Subscriber <a href="${apiUrl}">${displayUrl}</a> was notified that <a href="${resourceUrl}">resource</a> has changed via <i>${protocol}</i> protocol.`,
23
-
notifyFailed: (apiUrl,displayUrl,resourceUrl,protocol)=>`Failed to notify subscriber <a href="${apiUrl}">${displayUrl}</a> that <a href="${resourceUrl}">resource</a> has changed via <i>${protocol}</i> protocol.`
24
-
},
25
19
success: {
26
20
subscription: 'Thanks for the registration. It worked. When the resource updates we\'ll notify you. Don\'t forget to re-register after 24 hours, your subscription will expire in 25. Keep on truckin!',
0 commit comments