diff options
| author | James Elliott <james-d-elliott@users.noreply.github.com> | 2022-01-31 16:25:15 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-31 16:25:15 +1100 |
| commit | 1772a831905ef160808f8f744ceb1a3e22434b0d (patch) | |
| tree | ce38af9dc06c7bda311c036b5e6587bedc70bfa4 /internal/storage/sql_provider.go | |
| parent | 357c654db8b43a34df0901b247929afb6945766f (diff) | |
refactor: apply godot recommendations (#2839)
Diffstat (limited to 'internal/storage/sql_provider.go')
| -rw-r--r-- | internal/storage/sql_provider.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/storage/sql_provider.go b/internal/storage/sql_provider.go index 785ae6191..dfbf43de4 100644 --- a/internal/storage/sql_provider.go +++ b/internal/storage/sql_provider.go @@ -111,7 +111,7 @@ type SQLProvider struct { sqlUpdateU2FDevicePublicKey string sqlUpdateU2FDevicePublicKeyByUsername string - // Table: duo_devices + // Table: duo_devices. sqlUpsertDuoDevice string sqlDeleteDuoDevice string sqlSelectDuoDevice string |
