forked from pothtonswer/discordmuffin
fixed small typo in oauth2_test.go
Signed-off-by: Matthew Roseman <mroseman95@gmail.com>
This commit is contained in:
parent
da902d321c
commit
ecd6077268
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import (
|
||||||
|
|
||||||
func ExampleApplication() {
|
func ExampleApplication() {
|
||||||
|
|
||||||
// Authentication Token pulled from environment variable DG_TOKEN
|
// Authentication Token pulled from environment variable DGU_TOKEN
|
||||||
Token := os.Getenv("DGU_TOKEN")
|
Token := os.Getenv("DGU_TOKEN")
|
||||||
if Token == "" {
|
if Token == "" {
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue