Skip to content

Commit

Permalink
change struct
Browse files Browse the repository at this point in the history
  • Loading branch information
JunyuBD committed Dec 20, 2023
1 parent c0e551e commit b53456a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pre_oncall_api.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
)

const (
preOncallToken = "98d2d83a05094e6585f93b31f851d53c"
preOncallPrefix = "https://lark-oncall-boe.byted.org"
preOncallToken = "26ad213fcdc54e0da3a6e7fc79e99b75"
preOncallPrefix = "https://lark-oncall.bytedance.net"
)

func preOncallAPIError(ctx context.Context, err error) error {
Expand Down

0 comments on commit b53456a

Please sign in to comment.