Skip to content

Commit 07ef445

Browse files
committed
impr: changed "undefined" as default value for unused attributes in models (close #8)
1 parent b070534 commit 07ef445

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

demo/aping-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apingApp.config(['$provide', function ($provide) {
33

44
$provide.constant("apingApiKeys", {
55
twitter: [
6-
{'bearer_token':"AAAAAAAAAAAAAAAAAAAAACs3iwAAAAAA%2BH8LdT7YfKIzk8fvQvqKvoePuxo%3DMKfXX2ojtacGL8aOLAhlBDUrEFpy0DUuiyebet22Wa2YVrX7cc"}
6+
{'bearer_token':"<YOUR_BEARER_TOKEN>"},
77
],
88
});
99

0 commit comments

Comments
 (0)