@@ -35,7 +35,7 @@ func (o OATH) Counter() uint64 {
}
// SetCounter updates the OATH token's counter to a new value.
func(oOATH)SetCounter(counteruint64){
func(o*OATH)SetCounter(counteruint64){
o.counter=counter
}
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.