mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 11:08:10 +08:00
fix(metadata): publicid => publicId
This commit is contained in:
parent
786440531f
commit
a348e02052
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ class Metadata extends Model
|
|||
Object.defineProperty @prototype, "id",
|
||||
enumerable: false
|
||||
get: ->
|
||||
if @type and @publicid and @key
|
||||
return "#{@type}/#{@publicid}/#{@key}"
|
||||
if @type and @publicId and @key
|
||||
return "#{@type}/#{@publicId}/#{@key}"
|
||||
else
|
||||
return @serverId ? @clientId
|
||||
set: ->
|
||||
|
|
Loading…
Reference in a new issue