Skip to content

Commit

Permalink
added "/" to kDefaultShortUrl (#173)
Browse files Browse the repository at this point in the history
now submission.shortlink should produce a correct shortlink.
  • Loading branch information
ogourari committed Apr 2, 2020
1 parent 2e007e3 commit 26a2593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/draw_config_context.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const String kDefaultOAuthUrl = r'oauth.reddit.com';
const String kDefaultRedditUrl = 'https://www.reddit.com';
const String kDefaultRevokeToken =
r'https://www.reddit.com/api/v1/revoke_token';
const String kDefaultShortUrl = 'https://redd.it';
const String kDefaultShortUrl = 'https://redd.it/';
const String kHttpProxy = 'http_proxy';
const String kHttpsProxy = 'https_proxy';
const String kKind = 'kind';
Expand Down

0 comments on commit 26a2593

Please sign in to comment.