Skip to content

Commit 3e33358

Browse files
committed
Remove unused variable
1 parent f875d91 commit 3e33358

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/kotlin/com/coder/gateway/models/TokenSource.kt

-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ enum class TokenSource {
77
CONFIG, // Pulled from the Coder CLI config.
88
USER, // Input by the user.
99
QUERY, // From the Gateway link as a query parameter.
10-
LAST_USED, // Last used token, either from storage or current run.
1110
}
1211

0 commit comments

Comments
 (0)