Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

[DON'T-MERGE] Minor cleanups #163

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

[DON'T-MERGE] Minor cleanups #163

wants to merge 3 commits into from

Commits on Jul 15, 2018

  1. Use default arg (ES6) and HTTP timeout standardize

    ES6 has default arguments (similar to those in Python), so the old
    syntax of `let arg = arg || "default"` should now be terminated in
    favour of a cleaner and more descriptive one.
    
    In addition, the HTTP timeout was set to 5000 yet the error would occur
    at 3000. I made the error happen later, as that can't break anything(?)
    joker314 committed Jul 15, 2018
    Configuration menu
    Copy the full SHA
    99428f6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2018

  1. Correct grammer in README.md

    joker314 committed Jul 16, 2018
    Configuration menu
    Copy the full SHA
    f5bb988 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2018

  1. Fix accidental typo

    joker314 committed Jul 18, 2018
    Configuration menu
    Copy the full SHA
    0d2d0e5 View commit details
    Browse the repository at this point in the history