Skip to content

Commit

Permalink
change Publish parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuznet committed Dec 19, 2024
1 parent 626107c commit 72c8e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datacite/apis.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package datacite

// Publish provides publication of did into datacite
func Publish(did, description string) (string, string, error) {
func Publish(did, description string, record any) (string, string, error) {
var doi, doiLink string
var err error
return doi, doiLink, err
Expand Down

0 comments on commit 72c8e69

Please sign in to comment.