mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-12 08:47:35 +00:00
Fix typo in generated code
This commit is contained in:
@@ -8,7 +8,7 @@ message PreAuthKey {
|
||||
string namespace = 1;
|
||||
string id = 2;
|
||||
string key = 3;
|
||||
bool resuable = 4;
|
||||
bool reusable = 4;
|
||||
bool ephemeral = 5;
|
||||
bool used = 6;
|
||||
google.protobuf.Timestamp expiration = 7;
|
||||
@@ -17,7 +17,7 @@ message PreAuthKey {
|
||||
|
||||
message CreatePreAuthKeyRequest {
|
||||
string namespace = 1;
|
||||
bool resuable = 2;
|
||||
bool reusable = 2;
|
||||
bool ephemeral = 3;
|
||||
google.protobuf.Timestamp expiration = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user