Remove underscore from private/protected property names

Repository details (botten-nappet)
Project page
botten-nappet
Project log category
(195 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
💤 This project is inactive.
📂 This project is open.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
209 commits
Stars
5 stars
Commit details (e17a1943)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Remove underscore from private/protected property names

Raw text
Remove underscore from private/protected property names

Changed files (33)

Path Additions Deletions
src/storage/database-connection.ts +11 -11
src/storage/manager/user-storage-manager.ts +11 -10
src/twitch/authentication/application-token-manager.ts +68 -68
src/twitch/authentication/polling-application-token-connection.ts +13 -15
src/twitch/authentication/user-token-manager.ts +13 -13
src/twitch/connection-manager.ts +15 -15
src/twitch/helper/csrf-helper.ts +2 -2
src/twitch/helper/request-helper.ts +2 -2
src/twitch/helper/token-helper.ts +25 -24
src/twitch/helper/user-helper.ts +16 -14
src/twitch/helper/user-token-helper.ts +156 -155
src/twitch/irc/handler/follow-reminder.ts +37 -34
src/twitch/irc/handler/greeting.ts +12 -11
src/twitch/irc/handler/logging.ts +4 -4
src/twitch/irc/handler/new-chatter.ts +7 -5
src/twitch/irc/handler/ping.ts +5 -5
src/twitch/irc/handler/reconnect.ts +5 -5
src/twitch/irc/handler/subscribing.ts +7 -5
src/twitch/irc/handler/text-response-command.ts +13 -12
src/twitch/irc/irc-connection.ts +16 -14
src/twitch/irc/irc-manager.ts +5 -5
src/twitch/polling/connection/polling-clientid-connection.ts +6 -9
src/twitch/polling/handler/following.ts +19 -17
src/twitch/polling/polling-connection.ts +98 -97
src/twitch/polling/polling-manager.ts +1 -1
src/twitch/pubsub/handler/logging.ts +4 -4
src/twitch/pubsub/handler/ping.ts +28 -28
src/twitch/pubsub/handler/reconnect.ts +6 -6
src/twitch/pubsub/pubsub-connection.ts +11 -11
src/twitch/pubsub/pubsub-manager.ts +3 -3
src/twitch/websocket/websocket-connection.ts +57 -57
src/util/graceful-shutdown-manager.ts +86 -86
src/util/pino-logger.ts +15 -15

Commit categories (3)