Skip to content

Commit ed593b1

Browse files
committed
Remove unused variable
1 parent eac4f18 commit ed593b1

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

Lines changed: 0 additions & 1 deletion
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)