1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +00:00

refactor(internal): fix doc comments

This commit is contained in:
gudvinr 2025-08-15 19:39:03 +03:00 committed by Frédéric Guillot
parent 5e3bba9ae1
commit 7c1602c2c0
5 changed files with 6 additions and 8 deletions

View file

@ -12,7 +12,7 @@ import (
"miniflux.app/v2/internal/model"
)
// handle storage of webauthn credentials
// AddWebAuthnCredential handles storage of webauthn credentials.
func (s *Storage) AddWebAuthnCredential(userID int64, handle []byte, credential *webauthn.Credential) error {
query := `
INSERT INTO webauthn_credentials