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",
|
Object.defineProperty @prototype, "id",
|
||||||
enumerable: false
|
enumerable: false
|
||||||
get: ->
|
get: ->
|
||||||
if @type and @publicid and @key
|
if @type and @publicId and @key
|
||||||
return "#{@type}/#{@publicid}/#{@key}"
|
return "#{@type}/#{@publicId}/#{@key}"
|
||||||
else
|
else
|
||||||
return @serverId ? @clientId
|
return @serverId ? @clientId
|
||||||
set: ->
|
set: ->
|
||||||
|
|
Loading…
Reference in a new issue