mirror of
https://github.com/pebble-dev/clay.git
synced 2026-08-31 14:26:45 -04:00
Rename all appKey references to messageKey
This commit is contained in:
@@ -29,7 +29,7 @@ function ClayItem(config) {
|
||||
self.id = config.id || null;
|
||||
|
||||
/** @type {string|null} */
|
||||
self.appKey = config.appKey || null;
|
||||
self.messageKey = config.messageKey || null;
|
||||
|
||||
/** @type {Object} */
|
||||
self.config = config;
|
||||
|
||||
Reference in New Issue
Block a user