mirror of
https://github.com/Instadapp/dsa-connectors-old.git
synced 2024-07-29 22:47:46 +00:00
Minor change
This commit is contained in:
parent
1c51ff67e6
commit
d089fdb8d0
|
@ -51,7 +51,7 @@ contract Stores {
|
|||
/**
|
||||
* @dev Connector Details - needs to be changed before deployment
|
||||
*/
|
||||
function connectorID() public virtual view returns(uint model, uint id) {
|
||||
function connectorID() public view returns(uint model, uint id) {
|
||||
(model, id) = (0, 0);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user