How to rewrite this paragraph into promise,?

 xnatInstance.get(`http://10.2.10.106:5199/mri/predict?pid=${patientName}`).then((respose)=> {
        console.log(respose.data.msg);
         instance.datas=respose.data.msg;
    });
Mar.14,2022

this xnatInstance.get already returns an instance of Promise.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b31f14-2bddf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b31f14-2bddf.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?