Skip to content

Commit 275b0d5

Browse files
committed
chore(cleanup): remove unused variables
1 parent 88a5f02 commit 275b0d5

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

backend/domain/service_crypto.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ import (
1010

1111
var _ CryptoService = &service{}
1212

13-
var (
14-
MarkerBytes = []byte{0x64, 0x61, 0x74, 0x71}
15-
RsaOaepMarkerBytes = []byte{0x00, 0x00, 0x00, 0x01}
16-
)
17-
1813
func (s *service) EncryptSecret(
1914
_ context.Context,
2015
secret models.Secret,

0 commit comments

Comments
 (0)