mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2026-04-12 14:56:56 +08:00
Remove "public" explicit accessibility
This commit is contained in:
@@ -42,11 +42,11 @@ class Command {
|
||||
this.message = message
|
||||
}
|
||||
|
||||
public command: string
|
||||
public message: string
|
||||
public properties: {[key: string]: string}
|
||||
command: string
|
||||
message: string
|
||||
properties: {[key: string]: string}
|
||||
|
||||
public toString() {
|
||||
toString() {
|
||||
let cmdStr = CMD_PREFIX + this.command
|
||||
|
||||
if (this.properties && Object.keys(this.properties).length > 0) {
|
||||
|
||||
Reference in New Issue
Block a user