Skip to content

Commit

Permalink
规范化
Browse files Browse the repository at this point in the history
  • Loading branch information
Wendell-Z committed Apr 26, 2021
1 parent 2a8e489 commit c7991d4
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions cloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,7 @@ AV.Cloud.define('self_wake', function (req) {
link: "",
ua: "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36",
url: "/contact/",
insertedAt: {
"__type": "Date",
"iso": "2021-04-25T14:48:03.993Z"
},
ACL: {
"*": {
"read": true
}
}
insertedAt: new Date()
};
request({
url: url,
Expand Down

0 comments on commit c7991d4

Please sign in to comment.