Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 38e3c78

Browse files
author
ekoleda
committed
Remove unneeded function from Twitter sample.
1 parent 5b3e324 commit 38e3c78

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

samples/Twitter.gs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ function run() {
2424
}
2525
}
2626

27-
/**
28-
* Encodes a string using the RFC 3986 spec.
29-
*/
30-
function encodeRfc3986(str) {
31-
return encodeURIComponent(str).replace(/[!'()]/g, function(char) {
32-
return escape(char);
33-
}).replace(/\*/g, "%2A");
34-
}
35-
3627
/**
3728
* Reset the authorization state, so that it can be re-tested.
3829
*/

0 commit comments

Comments
 (0)