Skip to content

Commit

Permalink
server-worker
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper committed Feb 21, 2023
1 parent 79b1915 commit 5677451
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion constants/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ const (
// WorkerBuildTokenType is the name associated with the worker build token type.
WorkerBuildTokenType = "WorkerBuild"

// ServerWorkerTokenType is the name associated with the worker-server symmetric token.
// ServerWorkerTokenType is the name associated with the server-worker symmetric token.
ServerWorkerTokenType = "ServerWorker"
)
2 changes: 1 addition & 1 deletion metadata.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2023 Target Brands, Inc. All rights reserved.
// Copyright (c) 2022 Target Brands, Inc. All rights reserved.
//
// Use of this source code is governed by the LICENSE file in this repository.

Expand Down

0 comments on commit 5677451

Please sign in to comment.